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