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

◆ ThrowRelationshipNotSupported()

static void System.ComponentModel.Design.Serialization.MemberRelationshipService.ThrowRelationshipNotSupported ( MemberRelationship source,
MemberRelationship relationship )
inlinestaticprivate

Definition at line 114 of file MemberRelationshipService.cs.

115 {
116 string text = TypeDescriptor.GetComponentName(source.Owner);
117 string text2 = TypeDescriptor.GetComponentName(relationship.Owner);
118 if (text == null)
119 {
120 text = source.Owner.ToString();
121 }
122 if (text2 == null)
123 {
124 text2 = relationship.Owner.ToString();
125 }
127 }
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
static string MemberRelationshipService_RelationshipNotSupported
Definition SR.cs:130
Definition SR.cs:7

References System.SR.Format(), System.ComponentModel.TypeDescriptor.GetComponentName(), System.SR.MemberRelationshipService_RelationshipNotSupported, System.source, and System.text.

Referenced by System.ComponentModel.Design.Serialization.MemberRelationshipService.SetRelationship().