| Visual Basic (Declaration) | |
|---|---|
Overloads Public Function Contains( _ ByVal fieldName As String _ ) As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool Contains( string fieldName ) | |
Parameters
- fieldName
- Specifies the field name to look for in the collection.