Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IInheritanceService.cs
Go to the documentation of this file.
1
namespace
System.ComponentModel.Design
;
2
3
public
interface
IInheritanceService
4
{
5
void
AddInheritedComponents
(
IComponent
component,
IContainer
container);
6
7
InheritanceAttribute
GetInheritanceAttribute
(
IComponent
component);
8
}
System.ComponentModel.InheritanceAttribute
Definition
InheritanceAttribute.cs:7
System.ComponentModel.Design.IInheritanceService.GetInheritanceAttribute
InheritanceAttribute GetInheritanceAttribute(IComponent component)
System.ComponentModel.Design.IInheritanceService.AddInheritedComponents
void AddInheritedComponents(IComponent component, IContainer container)
System.ComponentModel.Design.IInheritanceService
Definition
IInheritanceService.cs:4
System.ComponentModel.IComponent
Definition
IComponent.cs:7
System.ComponentModel.IContainer
Definition
IContainer.cs:6
System.ComponentModel.Design
Definition
DesignerSerializerAttribute.cs:1
source
System.ComponentModel.TypeConverter
System.ComponentModel.Design
IInheritanceService.cs
Generated by
1.10.0