| SqlDictionaryTValueItem Property |
Gets or sets the element with the specified key.
Namespace: SandcastleBuilder.ComponentsAssembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax public TValue this[
string key
] { get; set; }
Public Default Property Item (
key As String
) As TValue
Get
Set
public:
virtual property TValue default[String^ key] {
TValue get (String^ key) sealed;
void set (String^ key, TValue value) sealed;
}
abstract Item : 'TValue with get, set
override Item : 'TValue with get, set
Parameters
- key
- Type: SystemString
The key of the element to get or set.
Return Value
Type:
TValueThe element with the specified key.
Implements
IDictionaryTKey, TValueItemTKeyExceptions See Also