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