LazyList<T>.Insert Method (Int32, T)
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public void Insert(
int index,
T item
)
public:
virtual void Insert(
int index,
T item
) sealed
abstract Insert :
index:int *
item:'T -> unit
override Insert :
index:int *
item:'T -> unit
Public Sub Insert (
index As Integer,
item As T
)
Parameters
- index
Type: System.Int32
- item
Type: T
Implements
See Also
LazyList<T> Class
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top