Click or drag to resize

InternalTypeMappingSet Methods

The InternalTypeMappingSet type exposes the following members.

Methods
  NameDescription
Public methodAdd (Inherited from CollectionInternalTypeMapping.)
Protected methodChangeItemKey
Changes the key associated with the specified element in the lookup dictionary.
(Inherited from KeyedCollectionType, InternalTypeMapping.)
Public methodClear (Inherited from CollectionInternalTypeMapping.)
Protected methodClearItems (Inherited from KeyedCollectionType, InternalTypeMapping.)
Public methodContains(TKey)
Determines whether the collection contains an element with the specified key.
(Inherited from KeyedCollectionType, InternalTypeMapping.)
Public methodContains(T) (Inherited from CollectionInternalTypeMapping.)
Public methodCopyTo (Inherited from CollectionInternalTypeMapping.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGet
Gets the value associated with the key or null if the key isn't found
Public methodGetEnumerator (Inherited from CollectionInternalTypeMapping.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetKeyForItem (Overrides KeyedCollectionTKey, TItemGetKeyForItem(TItem).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from CollectionInternalTypeMapping.)
Public methodInsert (Inherited from CollectionInternalTypeMapping.)
Protected methodInsertItem (Inherited from KeyedCollectionType, InternalTypeMapping.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove(TKey) (Inherited from KeyedCollectionType, InternalTypeMapping.)
Public methodRemove(T) (Inherited from CollectionInternalTypeMapping.)
Public methodRemoveAt (Inherited from CollectionInternalTypeMapping.)
Protected methodRemoveItem (Inherited from KeyedCollectionType, InternalTypeMapping.)
Protected methodSetItem
Replaces the item at the specified index with the specified item.
(Inherited from KeyedCollectionType, InternalTypeMapping.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIListAdd
Adds an item to the IList.
(Inherited from CollectionInternalTypeMapping.)
Explicit interface implementationPrivate methodIListContains
Determines whether the IList contains a specific value.
(Inherited from CollectionInternalTypeMapping.)
Explicit interface implementationPrivate methodICollectionCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from CollectionInternalTypeMapping.)
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from CollectionInternalTypeMapping.)
Explicit interface implementationPrivate methodIListIndexOf
Determines the index of a specific item in the IList.
(Inherited from CollectionInternalTypeMapping.)
Explicit interface implementationPrivate methodIListInsert
Inserts an item into the IList at the specified index.
(Inherited from CollectionInternalTypeMapping.)
Explicit interface implementationPrivate methodIListRemove
Removes the first occurrence of a specific object from the IList.
(Inherited from CollectionInternalTypeMapping.)
Top
See Also