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

◆ Name

string? System.ComponentModel.ISite.Name
getset

Implemented in System.ComponentModel.Container.Site, and System.ComponentModel.NestedContainer.Site.

Definition at line 13 of file ISite.cs.

14 {
15 get; [RequiresUnreferencedCode("The Type of components in the container cannot be statically discovered to validate the name.")]
16 set;
17 }

Referenced by System.ComponentModel.ReflectPropertyDescriptor.GetValue(), and System.ComponentModel.Container.ValidateName().