示例#1
0
 public static void DeepCopyIn(
     this IATopicReference lhs,
     IATopicReferenceGetter rhs)
 {
     ((ATopicReferenceSetterTranslationCommon)((IATopicReferenceGetter)lhs).CommonSetterTranslationInstance() !).DeepCopyIn(
         item: lhs,
         rhs: rhs,
         errorMask: default,
示例#2
0
 public static void Clear(this IATopicReference item)
 {
     ((ATopicReferenceSetterCommon)((IATopicReferenceGetter)item).CommonSetterInstance() !).Clear(item: item);
 }