[]
Gets the Field with specified name, throws an exception if field not found.
public Field this[string fieldName] { get; }
| Type | Name | Description |
|---|---|---|
| string | fieldName | The field's name. |
| Type | Description |
|---|---|
| Field | Returns the field with specified name. |