Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IEditableObject.cs
Go to the documentation of this file.
1
namespace
System.ComponentModel
;
2
3
public
interface
IEditableObject
4
{
5
void
BeginEdit
();
6
7
void
EndEdit
();
8
9
void
CancelEdit
();
10
}
System.ComponentModel.IEditableObject.BeginEdit
void BeginEdit()
System.ComponentModel.IEditableObject.EndEdit
void EndEdit()
System.ComponentModel.IEditableObject.CancelEdit
void CancelEdit()
System.ComponentModel.IEditableObject
Definition
IEditableObject.cs:4
System.ComponentModel
Definition
ColumnAttribute.cs:3
source
System.ComponentModel
System.ComponentModel
IEditableObject.cs
Generated by
1.10.0