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
- class FieldInfo
Gets or sets a value indicating whether the field is nullable.
public bool IsNullable { get; set; }
true if nullable; otherwise, false.