The InvokeResultList type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>. (Inherited from ICollection<(Of <(<'InvokeResult>)>)>.) | |
HasError |
If there is an error in any of the contained results
(Inherited from ResultList<(Of <(<'T>)>)>.) | |
IsReadOnly | Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only. (Inherited from ICollection<(Of <(<'InvokeResult>)>)>.) | |
Item | Gets or sets the element at the specified index. (Inherited from IList<(Of <(<'InvokeResult>)>)>.) | |
Returns |
The collection of result tuples
|