Show / Hide Table of Contents

Enum CollectionSearchMode

Controls what type of collections.
Namespace: VDS.RDF.Writing
Assembly: dotNetRDF.dll
Syntax
public enum CollectionSearchMode

Fields

Name Description
All Find all collections
ExplicitOnly Find explicit collections only (those specified with Blank Node syntax)
ImplicitOnly Find implicit collections only (those using rdf:first and rdf:rest)

Extension Methods

Extensions.AsEnumerable<CollectionSearchMode>()
  • Improve this Doc
  • View Source
In This Article
  • Fields
  • Extension Methods
Back to top Generated by DocFX