IReadOnlyArray Methods |
The IReadOnlyArray type exposes the following members.
Name | Description | |
---|---|---|
GetArray |
Gets the value at the given index as a read only array
| |
GetBlob |
Gets the value at the given index as a Blob | |
GetBoolean |
Gets the value at the given index as a Boolean | |
GetDate |
Gets the value at the given index as a DateTimeOffset | |
GetDictionary |
Gets the value at the given index as an IReadOnlyDictionary | |
GetDouble |
Gets the value at the given index as a Double | |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableObject.) | |
GetInt |
Gets the value at the given index as an Int32 | |
GetLong |
Gets the value at the given index as an Int64 | |
GetObject |
Gets the value at the given index as an untyped object
| |
GetString |
Gets the value at the given index as a String | |
ToList |
Converts this object to a standard .NET collection
|
Name | Description | |
---|---|---|
AnyAndEveryObject |
Returns whether or not the collection has at least one item AND at least one item
matching the given pattern
(Defined by LinqExtensionMethods.) |