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