Click or drag to resize

ConfigurationDictionaryTKey, TValueValues Property

Gets an ICollectionT containing the values in the IDictionaryTKey, TValue.

Namespace: SanteDB.Client.Configuration
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public ICollection<TValue> Values { get; }

Return Value

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

Implements

IDictionaryTKey, TValueValues
See Also