ClientArrayResult<T> members
Represents the generic array result of a client method invocation.
The ClientArrayResult<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ClientArrayResult<T> | Initializes a new instance of the ClientArrayResult<T> class. |
Top
Properties
Name | Description | |
---|---|---|
Value | Gets the returned array result. |
Top
Methods
Name | Description | |
---|---|---|
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IFromJson.CustomFromJson | Returns a flag that indicates whether custom code is used to populate the returned generic array result. | |
IFromJson.FromJson | This member is reserved for internal use and is not intended to be used directly from your code. |
Top