Share via


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

  • item
    Type: T
    The object to insert. Null values are ignored.

See Also

RdfCollection< (Of < (T> ) > ) Class

Microsoft.Imm.Sdk.Rdf Namespace