ObservableDictionary TKey, TValue  KeyedDictionaryEntryCollection TKey  Members KerbalData - KSP Data Unlocked!

The ObservableDictionary TKey, TValue  KeyedDictionaryEntryCollection TKey  generic type exposes the following members.
Constructors

  NameDescription
Public methodObservableDictionary TKey, TValue  KeyedDictionaryEntryCollection TKey  
Public methodObservableDictionary TKey, TValue  KeyedDictionaryEntryCollection TKey (IEqualityComparer UTT )
Back to Top
Methods

  NameDescription
Public methodOnlineAdd (Inherited from OnlineCollection OnlineDictionaryEntry .)
Protected methodOnlineChangeItemKey
Changes the key associated with the specified element in the lookup dictionary.
(Inherited from OnlineKeyedCollection TKey, OnlineDictionaryEntry .)
Public methodOnlineClear (Inherited from OnlineCollection OnlineDictionaryEntry .)
Protected methodOnlineClearItems (Inherited from OnlineKeyedCollection TKey, OnlineDictionaryEntry .)
Public methodOnlineContains(TKey)
Determines whether the collection contains an element with the specified key.
(Inherited from OnlineKeyedCollection TKey, OnlineDictionaryEntry .)
Public methodOnlineContains(T) (Inherited from OnlineCollection OnlineDictionaryEntry .)
Public methodOnlineCopyTo (Inherited from OnlineCollection OnlineDictionaryEntry .)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetEnumerator (Inherited from OnlineCollection OnlineDictionaryEntry .)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Protected methodGetKeyForItem (Overrides OnlineKeyedCollection TKey, TItem  GetKeyForItem(TItem).)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodOnlineIndexOf (Inherited from OnlineCollection OnlineDictionaryEntry .)
Public methodOnlineInsert (Inherited from OnlineCollection OnlineDictionaryEntry .)
Protected methodOnlineInsertItem (Inherited from OnlineKeyedCollection TKey, OnlineDictionaryEntry .)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineRemove(TKey) (Inherited from OnlineKeyedCollection TKey, OnlineDictionaryEntry .)
Public methodOnlineRemove(T) (Inherited from OnlineCollection OnlineDictionaryEntry .)
Public methodOnlineRemoveAt (Inherited from OnlineCollection OnlineDictionaryEntry .)
Protected methodOnlineRemoveItem (Inherited from OnlineKeyedCollection TKey, OnlineDictionaryEntry .)
Protected methodOnlineSetItem
Replaces the item at the specified index with the specified item.
(Inherited from OnlineKeyedCollection TKey, OnlineDictionaryEntry .)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyOnlineComparer
Gets the generic equality comparer that is used to determine equality of keys in the collection.
(Inherited from OnlineKeyedCollection TKey, OnlineDictionaryEntry .)
Public propertyOnlineCount (Inherited from OnlineCollection OnlineDictionaryEntry .)
Protected propertyOnlineDictionary (Inherited from OnlineKeyedCollection TKey, OnlineDictionaryEntry .)
Public propertyOnlineItem TKey 
Gets the element with the specified key.
(Inherited from OnlineKeyedCollection TKey, OnlineDictionaryEntry .)
Public propertyOnlineItem Int32 
Gets or sets the element at the specified index.
(Inherited from OnlineCollection OnlineDictionaryEntry .)
Protected propertyOnlineItems (Inherited from OnlineCollection OnlineDictionaryEntry .)
Back to Top
See Also