Click or drag to resize
Sandcastle Help File BuilderSqlDictionaryTValueValues Property

Namespace: SandcastleBuilder.Components
Assembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax
public ICollection<TValue> Values { get; }

Return Value

Type: ICollectionTValue
An ICollectionT containing the values in the object that implements IDictionaryTKey, TValue.

Implements

IDictionaryTKey, TValueValues
Remarks
This property is not implemented
See Also