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.
Returns the item with the specified index.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
object this[
int index
] { get; }
property Object^ default[
int index
] {
Object^ get(int index);
}
abstract Item :
index:int -> Object with get
ReadOnly Property Item (
index As Integer
) As Object
Parameters
index
Type: System.Int32The index of the item to return.
Property Value
Type: System.Object
Returns the specified item.
Implements
See Also
IFsrmMutableCollection Interface
Microsoft.Storage Namespace
Return to top