Class AimpActionResult<TObject>
Class AimpActionResult. Implements the AimpActionResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: AIMP.SDK
Assembly: AIMP.SDK.dll
Syntax
public class AimpActionResult<TObject> : AimpActionResult
Type Parameters
Name | Description |
---|---|
TObject | The type of the t object. |
Constructors
AimpActionResult(ActionResultType)
Initializes a new instance of the AimpActionResult<TObject> class.
Declaration
public AimpActionResult(ActionResultType resultType)
Parameters
Type | Name | Description |
---|---|---|
ActionResultType | resultType | Type of the result. |
AimpActionResult(ActionResultType, TObject)
Initializes a new instance of the AimpActionResult<TObject> class.
Declaration
public AimpActionResult(ActionResultType resultType, TObject result)
Parameters
Type | Name | Description |
---|---|---|
ActionResultType | resultType | Type of the result. |
TObject | result | The result. |
Properties
Result
Gets the result.
Declaration
public TObject Result { get; }