Gets or sets a value indicating whether the type is nullable.
Namespace: NReflectAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
public bool IsNullable { get; set; }
public bool IsNullable { get; set; }
Public Property IsNullable As Boolean
Get
Set
Public Property IsNullable As Boolean
Get
Set
public:
property bool IsNullable {
bool get ();
void set (bool value);
}
public:
property bool IsNullable {
bool get ();
void set (bool value);
}