[]
Gets or sets a value indicating whether the parameter value can be null.
public bool Nullable { get; set; }
A bool value where true indicates that the parameter can be null; otherwise, false. Default value is false.
true
false