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

◆ s_defaultServices

readonly Type [] System.ComponentModel.Design.ServiceContainer.s_defaultServices
staticprivate
Initial value:
= new Type[2]
{
typeof(IServiceContainer),
}

Definition at line 34 of file ServiceContainer.cs.

35 {
36 typeof(IServiceContainer),
38 };