Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IDataErrorInfo.cs
Go to the documentation of this file.
1
namespace
System.ComponentModel
;
2
3
public
interface
IDataErrorInfo
4
{
5
string
this
[
string
columnName] {
get
; }
6
7
string
Error
{
get
; }
8
}
System.ComponentModel.IDataErrorInfo.Error
string Error
Definition
IDataErrorInfo.cs:7
System.ComponentModel.IDataErrorInfo
Definition
IDataErrorInfo.cs:4
System.ComponentModel
Definition
ColumnAttribute.cs:3
source
System.ComponentModel.TypeConverter
System.ComponentModel
IDataErrorInfo.cs
Generated by
1.10.0