Table of Contents

Class ReadOnlyAttribute

Namespace
Gamelogic.Extensions
Assembly
Assembly-CSharp.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, _Attribute
Inheritance
ReadOnlyAttribute
Implements
Inherited Members
Extension Methods

See Also