dotNetRDF API Documentation

BaseTripleCollection Class

Abstract Base Class for Triple Collections

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

System.Object
   BaseTripleCollection
      SubTreeIndexedTripleCollection
      TreeIndexedTripleCollection
      TripleCollection
      UnionTripleCollection
      WrapperTripleCollection

[DefaultMember(MemberName=""Item"")]
public abstract class BaseTripleCollection : IEnumerable<T>, IEnumerable, IDisposable

Remarks

Designed to allow the underlying storage of a Triple Collection to be changed at a later date without affecting classes that use it.

Requirements

Namespace: VDS.RDF

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

BaseTripleCollection Members | VDS.RDF Namespace