[This is preliminary documentation and is subject to change.]
Namespace: NFX.CollectionsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public string this[
string key
] { get; set; }
public string this[
string key
] { get; set; }
Public Default Property Item (
key As String
) As String
Get
Set
Public Default Property Item (
key As String
) As String
Get
Set
public:
virtual property String^ default[String^ key] {
String^ get (String^ key) sealed;
void set (String^ key, String^ value) sealed;
}
public:
virtual property String^ default[String^ key] {
String^ get (String^ key) sealed;
void set (String^ key, String^ value) sealed;
}
abstract Item : string with get, set
override Item : string with get, set
abstract Item : string with get, set
override Item : string with get, set
Property Value
Type:
StringImplements
IDictionary TKey, TValue Item TKey