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

◆ GetKeyMembers()

static string[] System.ComponentModel.DataAnnotations.AssociationAttribute.GetKeyMembers ( string key)
inlinestaticprivate

Definition at line 28 of file AssociationAttribute.cs.

29 {
30 if (key == null)
31 {
32 return Array.Empty<string>();
33 }
34 return key.Replace(" ", string.Empty).Split(',');
35 }

References System.key.