'宣言 Public Overloads Property Item( _ ByVal index As System.Integer _ ) As DictionaryItem
'使用法 Dim instance As Dictionary Dim index As System.Integer Dim value As DictionaryItem instance.Item(index) = value value = instance.Item(index)
public DictionaryItem Item( System.int index ) {get; set;}
パラメータ
- index