Open sandboxFocus

Property IsImmutable

IsImmutable

Determines whether the current UnsafeString is immutable or, when the value of this property is false, if still bound to a mutable. Call the MakeImmutable() method to make the UnsafeString immutable.

Declaration
public bool IsImmutable { get; }
Property Value
Type Description
bool