Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited 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