IsReferenceable
Gets or sets a value indicating whether the expression can be used in ref
or out
situations.
Declaration
public bool? IsReferenceable { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Gets or sets a value indicating whether the expression can be used in ref
or out
situations.
public bool? IsReferenceable { get; set; }
Type | Description |
---|---|
bool? |