Gets the count of hashtable
Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public ReadOnly Property Count As Integer _ Implements ICollection.Count |
| C# |
|---|
| public int Count { get; } |
| C++ |
|---|
| public property int Count sealed { int get(); } |
| J# |
|---|
| /** property */ public int get_Count(); |
| JScript |
|---|
| public function get Count() : int |