ClassMetadata..::..IsNullable Property

Gets a value indicating whether this instance is nullable.

Namespace:  Tortuga.Anchor.Metadata
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public bool IsNullable { get; }
Public ReadOnly Property IsNullable As Boolean
	Get

Field Value

True is the type is a reference type, interface, or a nullable value type.