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

◆ DataObjectMethodAttribute() [1/2]

System.ComponentModel.DataObjectMethodAttribute.DataObjectMethodAttribute ( DataObjectMethodType methodType)
inline

Definition at line 12 of file DataObjectMethodAttribute.cs.

13 : this(methodType, isDefault: false)
14 {
15 }