Skip to content

FieldInfo.IsNullable property

Gets or sets a value indicating whether the field is nullable.

public bool IsNullable { get; set; }

Property Value

true if nullable; otherwise, false.

See Also