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

◆ IsReadOnly

bool System.Collections.Specialized.NameObjectCollectionBase.IsReadOnly
getsetprotectedinherited

Definition at line 155 of file NameObjectCollectionBase.cs.

156 {
157 get
158 {
159 return _readOnly;
160 }
161 set
162 {
164 }
165 }