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

◆ this[int index] [2/2]

object? IList. System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.this[int index]
getsetprivate

Implements System.Collections.IList.

Definition at line 152 of file DesignerOptionService.cs.

153 {
154 get
155 {
156 return this[index];
157 }
158 set
159 {
160 throw new NotSupportedException();
161 }
162 }