'Declaration Public Overloads Property Item( _ ByVal index As Integer _ ) As DictionaryItem
public DictionaryItem Item( int index ) {get; set;}
Parameters
- index
'Declaration Public Overloads Property Item( _ ByVal index As Integer _ ) As DictionaryItem
public DictionaryItem Item( int index ) {get; set;}