Given a key, returns associated element.
Read-only property
[Visual Basic .NET] |
---|
Public Property Item( _ ByVal Key As String _ ) As String |
[C#] |
---|
public string this[ string Key ] {get;} |
[Managed C++] |
---|
public: __property String __gc ^^ get_Item( String __gc ^ Key ); |
[Java] |
---|
public String getItem( String Key ); |
- Key