A collection that holds
MemberMap's.
- Namespace
- CsvHelper
.Configuration - Interfaces
-
- IList
<MemberMap>
- IList
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["IList<MemberMap>"]
Type["MemberMapCollection"]
class Type type-node
Syntax
[DebuggerDisplay("Count = {list.Count}")]
public class MemberMapCollection : IList<MemberMap>
Attributes
| Type | Description |
|---|---|
| Debugger |
Constructors
| Name | Summary |
|---|---|
| MemberMapCollection |
Initializes a new instance of the MemberMapCollection class.
|
| MemberMapCollection |
Initializes a new instance of the MemberMapCollection class.
|
Properties
| Name | Property Type | Summary |
|---|---|---|
| Count | int |
Gets the number of elements contained in the
System.Collections.Generic.ICollection`1.
|
| IsReadOnly | bool |
Gets a value indicating whether the
System.Collections.Generic.ICollection`1 is read-only.
|
| this[int] | MemberMap |
Gets or sets the element at the specified index.
|
Methods
| Name | Return Value | Summary |
|---|---|---|
| Add |
void |
Adds an item to the
System.Collections.Generic.ICollection`1.
|
| AddMembers |
void |
Adds the members from the mapping. This will recursively
traverse the mapping tree and add all members for
reference maps.
|
| AddRange |
void |
Adds a range of items to the
System.Collections.Generic.ICollection`1.
|
| Clear |
void |
Removes all items from the
System.Collections.Generic.ICollection`1.
|
| Contains |
bool |
Determines whether the
System.Collections.Generic.ICollection`1 contains a specific value.
|
| CopyTo |
void |
Copies the elements of the
System.Collections.Generic.ICollection`1 to an System.Array, starting at a particular System.Array index.
|
| Find |
MemberMap |
Finds the
MemberMap using the given member.
|
| Find |
MemberMap |
Finds the
MemberMap using the given member expression.
|
| GetEnumerator |
IEnumerator |
Returns an enumerator that iterates through the collection.
|
| IndexOf |
int |
Determines the index of a specific item in the
System.Collections.Generic.IList`1.
|
| Insert |
void |
Inserts an item to the
System.Collections.Generic.IList`1 at the specified index.
|
| Remove |
bool |
Removes the first occurrence of a specific object from the
System.Collections.Generic.ICollection`1.
|
| RemoveAt |
void |
Removes the
System.Collections.Generic.IList`1 item at the specified index.
|