Click or drag to resize

Extensions.AssertList Method

Overload List
  NameDescription
Public methodStatic memberAssertList(IGraph, IEnumerable<INode>)
Asserts a list as a RDF collection and returns the node that represents the root of the RDF collection.
Public methodStatic memberAssertList<T>(IGraph, IEnumerable<T>, Func<T, INode>)
Asserts a list as a RDF collection and returns the node that represents the root of the RDF collection.
Public methodStatic memberAssertList(IGraph, INode, IEnumerable<INode>)
Asserts a list as a RDF collection using an existing node as the list root.
Public methodStatic memberAssertList<T>(IGraph, INode, IEnumerable<T>, Func<T, INode>)
Asserts a list as a RDF collection using an existing node as the list root.
Top
See Also