MemberReferenceMapCollection Class
A collection that holds MemberReferenceMap's.
Namespace
CsvHelper.Configuration
Interfaces
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
DebuggerDisplayAttribute

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(MemberReferenceMap) void
Adds an item to the System.Collections.Generic.ICollection`1.
Clear() void
Removes all items from the System.Collections.Generic.ICollection`1.
Contains(MemberReferenceMap) bool
Determines whether the System.Collections.Generic.ICollection`1 contains a specific value.
CopyTo(MemberReferenceMap[], int) void
Copies the elements of the System.Collections.Generic.ICollection`1 to an System.Array, starting at a particular System.Array index.
Find(MemberInfo) MemberReferenceMap
Finds the MemberReferenceMap using the given member.
Find<T>(Expression<Func<T, object>>) MemberReferenceMap
Finds the MemberReferenceMap using the given member expression.
GetEnumerator() IEnumerator<MemberReferenceMap>
Returns an enumerator that iterates through the collection.
IndexOf(MemberReferenceMap) int
Determines the index of a specific item in the System.Collections.Generic.IList`1.
Insert(int, MemberReferenceMap) void
Inserts an item to the System.Collections.Generic.IList`1 at the specified index.
Remove(MemberReferenceMap) bool
Removes the first occurrence of a specific object from the System.Collections.Generic.ICollection`1.
RemoveAt(int) void
Removes the System.Collections.Generic.IList`1 item at the specified index.