Share via


Add Method

Adds an object to the end of the RdfCollection.

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 Add(
    T item
)

Parameters

  • item
    Type: T
    The object to be added to the end of the RdfCollection. Null values are ignored.

See Also

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

Microsoft.Imm.Sdk.Rdf Namespace