Share via


RdfCollection(T) Members

The RdfCollection< (Of < (T> ) > ) type exposes the following members.

Constructors

  Name Description
RdfCollection< (Of < (T> ) > )
Initializes a new instance of the RdfCollection class.

Methods

  Name Description
Add
Adds an object to the end of the RdfCollection.
AddRange Overloaded.
Clear
Removes all elements from the RdfCollection.
Contains
Checks whether or not a specific object instance exists within the current RdfCollection instance
IndexOf
Returns the index of a specific object instance
Insert
Inserts an element into the RdfCollection at the specified index.
Remove
Removes an occurrence of a specific object from the RdfCollection.
RemoveAt
Removes the element at the specified index of the RdfCollection.
Sort
Sorts the current collection index using a custom IComparer implementation

Properties

  Name Description
Item
Gets or sets the element at the specified index.

See Also

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

Microsoft.Imm.Sdk.Rdf Namespace