internal BCopierComplexType(Type t)
        {
            Type = t;

            BDeepCopyProvider.Register(this);

            Initialize();
        }
Exemple #2
0
        internal BCopierIDictionaryType(Type t)
        {
            Type = t;

            BDeepCopyProvider.Register(this);

            Initialize();
        }
        internal BCopierInterfaceType(Type t)
        {
            Type = t;

            BDeepCopyProvider.Register(this);

            Initialize();
        }
Exemple #4
0
        internal BCopierIListTypeSealedElementType(Type t)
        {
            Type = t;

            BDeepCopyProvider.Register(this);

            Initialize();
        }