68 {
69 get
70 {
72 {
73 throw new ArgumentNullException("sourceOwner");
74 }
76 {
77 throw new ArgumentNullException("sourceMember");
78 }
80 }
81 set
82 {
84 {
85 throw new ArgumentNullException("sourceOwner");
86 }
88 {
89 throw new ArgumentNullException("sourceMember");
90 }
92 }
93 }
virtual void SetRelationship(MemberRelationship source, MemberRelationship relationship)
virtual MemberRelationship GetRelationship(MemberRelationship source)