Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IDataErrorInfo.cs
Go to the documentation of this file.
2
3public interface IDataErrorInfo
4{
5 string this[string columnName] { get; }
6
7 string Error { get; }
8}