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