A collection that holds
MemberReferenceMap
's.
- Namespace
- CsvHelper
.Configuration - Interfaces
-
- IList
<MemberReferenceMap>
- IList
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["IList<MemberReferenceMap>"]
Type["MemberReferenceMapCollection"]
class Type type-node
Syntax
[DebuggerDisplay("Count = {list.Count}")]
public class MemberReferenceMapCollection : IList<MemberReferenceMap>
Attributes
Type | Description |
---|---|
Debugger |
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] | MemberReferenceMap |
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 . |
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 |
MemberReferenceMap |
Finds the
MemberReferenceMap using the given member.
|
Find |
MemberReferenceMap |
Finds the
MemberReferenceMap 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. |