dotNetRDF API Documentation

HashTable(TKey,TValue) Members

HashTable(TKey,TValue) overview

Public Instance Constructors

HashTable(TKey,TValue) Overloaded. Initializes a new instance of the HashTable(TKey,TValue) class.

Public Instance Properties

Count Gets the number of Values in the Hash Table
IsReadOnly Returns that the Hash Table is not read only
Item Gets the first value with the given key from the Hash Table
KeyCount Gets the number of Keys in the Hash Table
Keys Gets the Keys of the Hash Table
Values Gets all the values in the Hash Table

Public Instance Methods

AddOverloaded. Adds an item to the Hash Table
AddEmpty Adds a Key with an empty value set to the Hash Table
Clear Clears the Hash Table
ContainsOverloaded. Checks whether the given Key Value pair exists in the Hash Table
ContainsKey Checks whether the given Key exists in the Hash Table
CopyTo Copies the Hash Table to an array
Equals (inherited from Object)
GetEnumerator Gets the Enumerator for the Key Value pairs in the Hash Table
GetHashCode (inherited from Object)
GetType (inherited from Object)
GetValues Gets all values with the given Key from the Hash Table
RemoveOverloaded. Removes everything with the given Key from the Hash Table
ToString (inherited from Object)
TryGetValueOverloaded. Tries to get the first Value with the given Key
ValueCount Gets the number of Values for a given Key

Protected Instance Methods

Finalize (inherited from Object)
MemberwiseClone (inherited from Object)

Explicit Interface Implementations

IEnumerable.GetEnumerator Gets the Enumerator for the Hash Table
IEnumerable<TValue>.GetEnumeratorMissing <summary> documentation for VDS.Common.HashTable`2.System#Collections#Generic#IEnumerable<TValue>#GetEnumerator

See Also

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