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