gets the values in hashtable
Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public ReadOnly Property Values As ICollection _ Implements IDictionary.Values |
| C# |
|---|
| public ICollection Values { get; } |
| C++ |
|---|
| public property ICollection Values sealed { ICollection get(); } |
| J# |
|---|
| /** property */ public ICollection get_Values(); |
| JScript |
|---|
| public function get Values() : ICollection |