Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetClassName()

string ICustomTypeDescriptor. System.Data.DataRowView.GetClassName ( )
inlineprivate

Implements System.ComponentModel.ICustomTypeDescriptor.

Definition at line 221 of file DataRowView.cs.

222 {
223 return null;
224 }