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.3.0.0 (5.3.0)
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