Determines whether the
System.Collections.Generic.ICollection`1 contains a specific value.
- Namespace
- CsvHelper
.Configuration - Containing Type
- MemberMapCollection
Syntax
public virtual bool Contains(MemberMap item)
Parameters
| Name | Type | Description |
|---|---|---|
| item | MemberMap | The object to locate in the System.Collections.Generic.ICollection`1.
|
Return Value
| Type | Description |
|---|---|
| bool |
true if item is found in the System.Collections.Generic.ICollection`1; otherwise, false.
|