Share via


RdfCollection(T) Generic Class

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)

Syntax

[SerializableAttribute]
public class RdfCollection<T> : CollectionBase

Type Parameters

  • T
    The type of elements in the collection.

Remarks

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.

Inheritance Hierarchy

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

See Also

RdfCollection< (Of < (T> ) > ) Members

Microsoft.Imm.Sdk.Rdf Namespace