'宣言 Public ReadOnly Default Property Item( _ ByVal index As System.Integer _ ) As Reference
'使用法 Dim instance As References Dim index As System.Integer Dim value As Reference value = instance.Item(index)
public Reference this[ System.int index ]; {get;}
パラメータ
- index