PropertyMetadata..::..NullabilityFlags Property

Gets the nullability flags from the property's NullableAttribute.

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

Syntax


public ImmutableArray<byte> NullabilityFlags { get; }
Public ReadOnly Property NullabilityFlags As ImmutableArray(Of Byte)
	Get

Field Value

The nullability flags.

Remarks


See https://github.com/dotnet/roslyn/blob/master/docs/features/nullable-metadata.md for more information.