Gets a value indicating whether the property type is a signed numeric type.
Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
public bool IsSigned { get; } |
Visual Basic |
---|
Public ReadOnly Property IsSigned As Boolean Get |
Visual C++ |
---|
public: property bool IsSigned { bool get (); } |