Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IReferenceService.cs
Go to the documentation of this file.
1
namespace
System.ComponentModel.Design
;
2
3
public
interface
IReferenceService
4
{
5
IComponent
?
GetComponent
(
object
reference);
6
7
object
?
GetReference
(
string
name);
8
9
string
?
GetName
(
object
reference);
10
11
object
[]
GetReferences
();
12
13
object
[]
GetReferences
(
Type
baseType);
14
}
System.Type
Definition
Type.cs:14
System.ComponentModel.Design.IReferenceService.GetName
string? GetName(object reference)
System.ComponentModel.Design.IReferenceService.GetReferences
object[] GetReferences(Type baseType)
System.ComponentModel.Design.IReferenceService.GetComponent
IComponent? GetComponent(object reference)
System.ComponentModel.Design.IReferenceService.GetReference
object? GetReference(string name)
System.ComponentModel.Design.IReferenceService.GetReferences
object[] GetReferences()
System.ComponentModel.Design.IReferenceService
Definition
IReferenceService.cs:4
System.ComponentModel.IComponent
Definition
IComponent.cs:7
System.ComponentModel.Design
Definition
DesignerSerializerAttribute.cs:1
source
System.ComponentModel.TypeConverter
System.ComponentModel.Design
IReferenceService.cs
Generated by
1.10.0