The CLR type (i.e. "string", "int", "int?", "byte[]", etc)
Namespace: ScopeRuntimeAssembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)
Syntax
C# |
---|
public string CLRType { get; } |
Visual Basic |
---|
Public ReadOnly Property CLRType As String Get |
Visual C++ |
---|
public: property String^ CLRType { String^ get (); } |