return a byte?

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

Syntax

C#
public virtual Nullable<byte> ByteQ { get; }
Visual Basic
Public Overridable ReadOnly Property ByteQ As Nullable(Of Byte)
	Get
Visual C++
public:
virtual property Nullable<unsigned char> ByteQ {
	Nullable<unsigned char> get ();
}

See Also