Note
If a reference type cannot be instantiated by the current settings a value will be created even if the value of this property is 0.0.
public float ChanceOfNull { get; set; }
Public Property ChanceOfNull As Single
Get
Set
public:
property float ChanceOfNull {
float get ();
void set (float value);
}
member ChanceOfNull : float32 with get, set
ArgumentOutOfRangeException | value is smaller than 0.0 or greater than 1.0. |