'Declaration Overloads ReadOnly Property Item( _ ByVal index As Integer _ ) As ITable
'Declaration
Overloads ReadOnly Property Item( _ ByVal index As Integer _ ) As ITable
'使用法 Dim instance As ITables Dim index As Integer Dim value As ITable value = instance.Item(index)
'使用法
Dim instance As ITables Dim index As Integer Dim value As ITable value = instance.Item(index)
ITable Item( int index ) {get;}
ITables インタフェース ITables メンバ オーバーロード一覧
Copyright © 2004 GrapeCity inc.