Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[string name]
DesignerOptionCollection
? System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.this[
string
name]
get
Definition at line
128
of file
DesignerOptionService.cs
.
129
{
130
get
131
{
132
EnsurePopulated
();
133
foreach
(
DesignerOptionCollection
child
in
_children
)
134
{
135
if
(
string
.Compare(child.Name, name, ignoreCase: true,
CultureInfo
.
InvariantCulture
) == 0)
136
{
137
return
child;
138
}
139
}
140
return
null
;
141
}
142
}
System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection._children
ArrayList _children
Definition
DesignerOptionService.cs:64
System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.EnsurePopulated
void EnsurePopulated()
Definition
DesignerOptionService.cs:188
System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.DesignerOptionCollection
DesignerOptionCollection(DesignerOptionService service, DesignerOptionCollection parent, string name, object value)
Definition
DesignerOptionService.cs:164
System.Globalization.CultureInfo
Definition
CultureInfo.cs:8
System.StringComparison.InvariantCulture
@ InvariantCulture
System
ComponentModel
Design
DesignerOptionService
DesignerOptionCollection
Generated by
1.10.0