'宣言 Public Overloads ReadOnly Property Item( _ ByVal index As System.Integer _ ) As DataSetField
'使用法 Dim instance As DataSetFieldCollection Dim index As System.Integer Dim value As DataSetField value = instance.Item(index)
public DataSetField Item( System.int index ) {get;}
パラメータ
- index
- The index in the current collection.