Table of Contents

Class ReadOnlyAttribute

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

Used to mark inspectable fields as read-only (that is, making them uneditable, even if they are visible).

[Version(2, 5, 0)]
[AttributeUsage(AttributeTargets.Field)]
public class ReadOnlyAttribute : PropertyAttribute
Inheritance
ReadOnlyAttribute
Inherited Members
Extension Methods

See Also