Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Count
int System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.Count
get
Implements
System.Collections.ICollection
.
Definition at line
68
of file
DesignerOptionService.cs
.
69
{
70
get
71
{
72
EnsurePopulated
();
73
return
_children
.
Count
;
74
}
75
}
System.Collections.ArrayList.Count
virtual int Count
Definition
ArrayList.cs:2225
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
Generated by
1.10.0