return a sbyte
Namespace: ScopeRuntimeAssembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)
Syntax
C# |
---|
public virtual sbyte SByte { get; } |
Visual Basic |
---|
Public Overridable ReadOnly Property SByte As SByte Get |
Visual C++ |
---|
public: virtual property signed char SByte { signed char get (); } |