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