MappingCollection members
Represents a collection of Mapping objects.
The MappingCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MappingCollection | Creates a new instance of the MappingCollection class, containing no mappings. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the total number of mappings in this collection. | |
Item | Gets or sets a specified mapping in this mapping collection. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a mapping to this mapping collection. | |
Clear | Removes all mappings from this mapping collection. | |
Contains | Checks whether this collection contains a specified mapping. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that iterates through this mapping collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | Searches for the specified object and returns the index of the match. | |
Insert | Inserts a mapping into this mapping collection. | |
MemberwiseClone | (Inherited from Object.) | |
Remove | Removes a specified mapping from this collection. | |
RemoveAt | Removes the mapping at the specified index in this mapping collection. | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator |
Top