Click or drag to resize

DynamicNode.Keys Property

Namespace:  VDS.RDF.Dynamic
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public ICollection<string> Keys { get; }

Property Value

Type: ICollection<String>

Implements

IDictionary<TKey, TValue>.Keys
See Also