dotNetRDF API Documentation

IOIndexedTripleCollection Class

NOTE: This class is now obsolete.

This implementation is considered obsolete and will be removed in future releases, it is superceded by the more performant TreeIndexedTripleCollection


An Indexed Triple collection biased towards efficient IO indexes i.e. add, remove and contains calls should be faster

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

System.Object
   BaseTripleCollection
      IndexedTripleCollection
         IOIndexedTripleCollection

[Obsolete(Message=""This implementation is considered obsolete and will be removed in future releases" + ", it is superceded by the more performant TreeIndexedTripleCollection"", IsError=True)]
[DefaultMember(MemberName=""Item"")]
public class IOIndexedTripleCollection : IndexedTripleCollection

Remarks

Not available under Silverlight/Windows Phone 7

Requirements

Namespace: VDS.RDF

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

IOIndexedTripleCollection Members | VDS.RDF Namespace