OutputRdfCollection Constructor |
Creates a new Instance of a Collection.
Namespace:
VDS.RDF.Writing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic OutputRdfCollection(
bool explicitCollection
)
Public Sub New (
explicitCollection As Boolean
)
Parameters
- explicitCollection
- Type: System.Boolean
Whether the collection is explicit (specified using square bracket notation) or implicit (specified using normal parentheses).
See Also