| SqlDictionaryTValueValues Property |
Namespace: SandcastleBuilder.ComponentsAssembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax public 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
Type:
ICollectionTValueAn
ICollectionT containing the values in the object that implements
IDictionaryTKey, TValue.
Implements
IDictionaryTKey, TValueValuesRemarks This property is not implemented
See Also