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