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