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

◆ GetService()

override? object System.ComponentModel.NestedContainer.GetService ( Type service)
inlineprotectedvirtual

Reimplemented from System.ComponentModel.Container.

Definition at line 119 of file NestedContainer.cs.

120 {
121 if (service == typeof(INestedContainer))
122 {
123 return this;
124 }
125 return base.GetService(service);
126 }