Share via


Remove Method

Removes an occurrence of a specific object from 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 Remove(
    T item
)

Parameters

  • item
    Type: T
    The object to remove from the RdfCollection. Null values are ignored.

See Also

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

Microsoft.Imm.Sdk.Rdf Namespace