MobileObjectCollectionTItem Property |
IReadOnlyList member.
Namespace: Oracle.Cloud.Mobile.Synchronization.MobileEndpointAssemblies: Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic T this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As T
Get
public:
virtual property T default[int index] {
T get (int index) sealed;
}
abstract Item : 'T with get
override Item : 'T with get
Parameters
- index
- Type: SystemInt32
Property Value
Type:
TImplements
IReadOnlyListTItemInt32
See Also