Click or drag to resize

InternalTypeMappingSet Methods

The InternalTypeMappingSet type exposes the following members.

Methods
  NameDescription
Public methodAdd (Inherited from Collection<InternalTypeMapping>.)
Protected methodChangeItemKey
Changes the key associated with the specified element in the lookup dictionary.
(Inherited from KeyedCollection<Type, InternalTypeMapping>.)
Public methodClear (Inherited from Collection<InternalTypeMapping>.)
Protected methodClearItems (Inherited from KeyedCollection<Type, InternalTypeMapping>.)
Public methodContains(TKey)
Determines whether the collection contains an element with the specified key.
(Inherited from KeyedCollection<Type, InternalTypeMapping>.)
Public methodContains(T) (Inherited from Collection<InternalTypeMapping>.)
Public methodCopyTo (Inherited from Collection<InternalTypeMapping>.)
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 Collection<InternalTypeMapping>.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetKeyForItem (Overrides KeyedCollection<TKey, TItem>.GetKeyForItem(TItem).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from Collection<InternalTypeMapping>.)
Public methodInsert (Inherited from Collection<InternalTypeMapping>.)
Protected methodInsertItem (Inherited from KeyedCollection<Type, InternalTypeMapping>.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove(TKey) (Inherited from KeyedCollection<Type, InternalTypeMapping>.)
Public methodRemove(T) (Inherited from Collection<InternalTypeMapping>.)
Public methodRemoveAt (Inherited from Collection<InternalTypeMapping>.)
Protected methodRemoveItem (Inherited from KeyedCollection<Type, InternalTypeMapping>.)
Protected methodSetItem
Replaces the item at the specified index with the specified item.
(Inherited from KeyedCollection<Type, InternalTypeMapping>.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIList.Add
Adds an item to the IList.
(Inherited from Collection<InternalTypeMapping>.)
Explicit interface implementationPrivate methodIList.Contains
Determines whether the IList contains a specific value.
(Inherited from Collection<InternalTypeMapping>.)
Explicit interface implementationPrivate methodICollection.CopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from Collection<InternalTypeMapping>.)
Explicit interface implementationPrivate methodIEnumerable.GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from Collection<InternalTypeMapping>.)
Explicit interface implementationPrivate methodIList.IndexOf
Determines the index of a specific item in the IList.
(Inherited from Collection<InternalTypeMapping>.)
Explicit interface implementationPrivate methodIList.Insert
Inserts an item into the IList at the specified index.
(Inherited from Collection<InternalTypeMapping>.)
Explicit interface implementationPrivate methodIList.Remove
Removes the first occurrence of a specific object from the IList.
(Inherited from Collection<InternalTypeMapping>.)
Top
See Also