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