Skip to content

ICanBeReadOnly Interface

Interface for objects that can be read-only.

C#
public interface ICanBeReadOnly

Gets or sets if the object is read-only.

C#
bool IsReadOnly { get; set; }