Craig's Utility Library  4.0 Beta
Utilities.DataTypes.TagDictionary< Key, Value > Member List

This is the complete list of members for Utilities.DataTypes.TagDictionary< Key, Value >, including all inherited members.

Add(Key key, IEnumerable< Value > value)Utilities.DataTypes.TagDictionary< Key, Value >
Add(Value Value, params Key[] Keys)Utilities.DataTypes.TagDictionary< Key, Value >
Add(KeyValuePair< Key, IEnumerable< Value >> item)Utilities.DataTypes.TagDictionary< Key, Value >
Clear()Utilities.DataTypes.TagDictionary< Key, Value >
Contains(KeyValuePair< Key, IEnumerable< Value >> item)Utilities.DataTypes.TagDictionary< Key, Value >
ContainsKey(Key key)Utilities.DataTypes.TagDictionary< Key, Value >
CopyTo(KeyValuePair< Key, IEnumerable< Value >>[] array, int arrayIndex)Utilities.DataTypes.TagDictionary< Key, Value >
CountUtilities.DataTypes.TagDictionary< Key, Value >
GetEnumerator()Utilities.DataTypes.TagDictionary< Key, Value >
IsReadOnlyUtilities.DataTypes.TagDictionary< Key, Value >
KeysUtilities.DataTypes.TagDictionary< Key, Value >
Remove(Key key)Utilities.DataTypes.TagDictionary< Key, Value >
Remove(KeyValuePair< Key, IEnumerable< Value >> item)Utilities.DataTypes.TagDictionary< Key, Value >
TagDictionary()Utilities.DataTypes.TagDictionary< Key, Value >
this[Key key]Utilities.DataTypes.TagDictionary< Key, Value >
TryGetValue(Key key, out IEnumerable< Value > value)Utilities.DataTypes.TagDictionary< Key, Value >
ValuesUtilities.DataTypes.TagDictionary< Key, Value >