return a char?
Namespace: ScopeRuntimeAssembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)
Syntax
C# |
---|
public virtual Nullable<char> CharQ { get; } |
Visual Basic |
---|
Public Overridable ReadOnly Property CharQ As Nullable(Of Char) Get |
Visual C++ |
---|
public: virtual property Nullable<wchar_t> CharQ { Nullable<wchar_t> get (); } |