 | ConfigurationDictionaryTKey, TValueValues Property |
Namespace: SanteDB.Client.ConfigurationAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic ICollection<TValue> Values { get; }Public ReadOnly Property Values As ICollection(Of TValue)
Get
public:
virtual property ICollection<TValue>^ Values {
ICollection<TValue>^ get () sealed;
}abstract Values : ICollection<'TValue> with get
override Values : ICollection<'TValue> with get
Return Value
ICollectionTValueAn
ICollectionT containing the values in the object that implements
IDictionaryTKey, TValue.
Implements
IDictionaryTKey, TValueValues
See Also