Determines whether the
System.Collections.Generic.ICollection`1
contains a specific value.- Namespace
- CsvHelper
.Configuration - Containing Type
- Member
Reference Map Collection
Syntax
public virtual bool Contains(MemberReferenceMap item)
Parameters
Name | Type | Description |
---|---|---|
item | MemberReferenceMap | 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. |