Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetKeyMembers()
static
string
[] System.ComponentModel.DataAnnotations.AssociationAttribute.GetKeyMembers
(
string
key
)
inline
static
private
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
}
System.Reflection.CustomAttributeEncoding.Array
@ Array
System.TypeCode.Empty
@ Empty
System.ExceptionArgument.key
@ key
References
System.key
.
System
ComponentModel
DataAnnotations
AssociationAttribute
Generated by
1.10.0