IStringKeyedReadOnlyDictionaryTValueItem(StringSegment) Property
Gets the value associated with the specified key.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
TValue this[
StringSegment key
] { get; }
ReadOnly Default Property Item (
key As StringSegment
) As TValue
Get
property TValue default[StringSegment key] {
TValue get (StringSegment key);
}
abstract Item : 'TValue with get
- key StringSegment
- The key of the value to get or set.
TValue
The element with the specified
key.