[]
Gets the element at the specified index.
public Field this[int index] { get; }
| Type | Name | Description |
|---|---|---|
| int | index |
Gets the Field with the specified field name.
public Field this[string fieldName] { get; }
| Type | Name | Description |
|---|---|---|
| string | fieldName |