Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property PadChar As Char |
| C# |
|---|
| public char PadChar { get; set; } |
| C++ |
|---|
| public property char PadChar sealed { wchar_t get(); void set(wchar_t value); } |
| J# |
|---|
| /** property */ public char get_PadChar(); /** property */ public void set_PadChar(char value); |
| JScript |
|---|
| public function get PadChar() : char public function set PadChar(value : char); |