RdfCollection(T) Generic Class

Interactive Media Manager
Provides the base class for generic collections that are used within RDF objects generated by OWL.exe

Namespace:  Microsoft.Imm.Sdk.Rdf
Assembly:  Microsoft.Imm.Sdk (in Microsoft.Imm.Sdk)
Version: 1.0.0.0 (1.0.0.0)

[SerializableAttribute]
public class RdfCollection<T> : CollectionBase

T
The type of elements in the collection.

There is a currently a limitation on the RdfCollection object that limits the number of Triple collections that it can be referencing to one. This means that if you assign a specific RdfCollection instance to two different object properties of type RdfCollection only the initial reference will be updated by reference.

System..::.Object
  System.Collections..::.CollectionBase
    Microsoft.Imm.Sdk.Rdf..::.RdfCollection<(Of <(T>)>)
Show: