Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsReadOnly

override bool System.ComponentModel.ReflectPropertyDescriptor.IsReadOnly
get

Definition at line 173 of file ReflectPropertyDescriptor.cs.

174 {
175 get
176 {
177 if (!(SetMethodValue == null))
178 {
179 return ((ReadOnlyAttribute)Attributes[typeof(ReadOnlyAttribute)]).IsReadOnly;
180 }
181 return true;
182 }
183 }
virtual AttributeCollection Attributes

Referenced by System.ComponentModel.ReflectPropertyDescriptor.CanResetValue(), and System.ComponentModel.ReflectPropertyDescriptor.ExtenderShouldSerializeValue().