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

◆ TableAttribute()

System.ComponentModel.DataAnnotations.Schema.TableAttribute.TableAttribute ( string name)
inline

Definition at line 29 of file TableAttribute.cs.

30 {
31 if (string.IsNullOrWhiteSpace(name))
32 {
34 }
35 Name = name;
36 }
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
static string ArgumentIsNullOrWhitespace
Definition SR.cs:14
Definition SR.cs:7

References System.SR.ArgumentIsNullOrWhitespace, System.SR.Format(), and System.ComponentModel.DataAnnotations.Schema.TableAttribute.Name.