ICanBeReadOnly Interface
Definition
Section titled “Definition”Interface for objects that can be read-only.
public interface ICanBeReadOnlyProperties
Section titled “Properties”IsReadOnly
Section titled “IsReadOnly”Gets or sets if the object is read-only.
bool IsReadOnly { get; set; }