internal BCopierComplexType(Type t) { Type = t; BDeepCopyProvider.Register(this); Initialize(); }
internal BCopierIDictionaryType(Type t) { Type = t; BDeepCopyProvider.Register(this); Initialize(); }
internal BCopierInterfaceType(Type t) { Type = t; BDeepCopyProvider.Register(this); Initialize(); }
internal BCopierIListTypeSealedElementType(Type t) { Type = t; BDeepCopyProvider.Register(this); Initialize(); }