Insert Method
Inserts an element into the RdfCollection at the specified index.
Namespace: Microsoft.Imm.Sdk.Rdf
Assembly: Microsoft.Imm.Sdk (in Microsoft.Imm.Sdk)
Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual void Insert(
int index,
T item
)
Parameters
- index
Type: System. . :: .Int32
The zero-based index at which item should be inserted.
- item
Type: T
The object to insert. Null values are ignored.