dotNetRDF API Documentation

UnionTripleCollection Class

Represents a union of multiple Triple Collections

For a list of all members of this type, see UnionTripleCollection Members .

System.Object
   BaseTripleCollection
      UnionTripleCollection

[DefaultMember(MemberName=""Item"")]
public class UnionTripleCollection : BaseTripleCollection

Remarks

The union consists of a Base collection which is the collection that Triples can actually be added to and deleted from and any number of additional collections which are read-only as far as the union is concerned (this does not mean they cannot be altered elsewhere by other code)

Requirements

Namespace: VDS.RDF

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

UnionTripleCollection Members | VDS.RDF Namespace