Click or drag to resize

ExtensionsAssertList Method

Overload List
  NameDescription
Public methodStatic memberAssertList(IGraph, IEnumerableINode)
Asserts a list as a RDF collection and returns the node that represents the root of the RDF collection.
Public methodStatic memberAssertListT(IGraph, IEnumerableT, FuncT, 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, IEnumerableINode)
Asserts a list as a RDF collection using an existing node as the list root.
Public methodStatic memberAssertListT(IGraph, INode, IEnumerableT, FuncT, INode)
Asserts a list as a RDF collection using an existing node as the list root.
Top
See Also