JsonLdContextClone Method |
Create a deep clone of this context.
Namespace:
VDS.RDF.JsonLd
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public JsonLdContext Clone()
Public Function Clone As JsonLdContext
Return Value
Type:
JsonLdContextA new JsonLdContext that is a clone of this context.
See Also