return a sbyte?

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public virtual Nullable<sbyte> SByteQ { get; }
Visual Basic
Public Overridable ReadOnly Property SByteQ As Nullable(Of SByte)
	Get
Visual C++
public:
virtual property Nullable<signed char> SByteQ {
	Nullable<signed char> get ();
}

See Also