| Visual Basic (Declaration) | |
|---|---|
Overloads Public ReadOnly Property Item( _ ByVal index As Integer _ ) As DictionaryEntry | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public DictionaryEntry Item( int index ) {get;} | |
| C++/CLI | |
|---|---|
public: property DictionaryEntry Item { DictionaryEntry get(int index); } | |
Parameters
- index