Click or drag to resize

MultiValueHashtableTKey, TValueItem Property

Gets / sets a value for the given key. Hides original indexer

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public UniqueValueList<TValue> this[
	TKey key
] { get; set; }

Parameters

key
Type: TKey

Property Value

Type: UniqueValueListTValue
Remarks
returns null if not found
See Also