PropertyMetadata..::..IsReferenceNullable Property

Gets a value indicating whether this is nullable reference type.

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

Syntax


public Nullable<bool> IsReferenceNullable { get; }
Public ReadOnly Property IsReferenceNullable As Nullable(Of Boolean)
	Get

Field Value

null if null agnostic, true if nullable; false is non-nullable.