FieldsItem Property (Int32) |
Integer indexer for this collection.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public IField this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As IField
Get
Set
Parameters
- index
- Type: SystemInt32
Property Value
Type:
IFieldRemarks The indexer permists instances of this class to be indexed in the same way as arrays.
See Also