Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IComponentDiscoveryService.cs
Go to the documentation of this file.
1
using
System.Collections
;
2
3
namespace
System.ComponentModel.Design
;
4
5
public
interface
IComponentDiscoveryService
6
{
7
ICollection
GetComponentTypes
(
IDesignerHost
? designerHost,
Type
? baseType);
8
}
System.Type
Definition
Type.cs:14
System.Collections.ICollection
Definition
ICollection.cs:4
System.ComponentModel.Design.IComponentDiscoveryService.GetComponentTypes
ICollection GetComponentTypes(IDesignerHost? designerHost, Type? baseType)
System.ComponentModel.Design.IComponentDiscoveryService
Definition
IComponentDiscoveryService.cs:6
System.ComponentModel.Design.IDesignerHost
Definition
IDesignerHost.cs:4
System.Collections
Definition
BlockingCollection.cs:8
System.ComponentModel.Design
Definition
DesignerSerializerAttribute.cs:1
source
System.ComponentModel.TypeConverter
System.ComponentModel.Design
IComponentDiscoveryService.cs
Generated by
1.10.0