dotNetRDF API Documentation

HashTable(TKey,TValue).GetValues Method

Gets all values with the given Key from the Hash Table

public IEnumerable<TValue> HashTable(
   TKey key
);

Parameters

key
Key

Return Value

See Also

HashTable<TKey, TValue> Class | VDS.Common Namespace