Overload | Description |
---|---|
Item(Int32) | Gets and sets the value of a field given its index position. This indexer can be called on any thread. |
Item(String) | Gets and sets the value of a field given its attribute name or alias name. This indexer can be called on any thread. |