LazyList<T>.Item Property (Int32)
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public T this[
int index
] { get; set; }
public:
property T default[
int index
] {
virtual T get(int index) sealed;
virtual void set(int index, T value) sealed;
}
abstract Item :
index:int -> 'T with get, set
override Item :
index:int -> 'T with get, set
Public Property Item (
index As Integer
) As T
Parameters
- index
Type: System.Int32
Property Value
Type: T
Implements
See Also
LazyList<T> Class
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top