Babel.Core.SupertypingAdapterAttribute.SupertypingAdapterAttribute C# (CSharp) Method

SupertypingAdapterAttribute() public method

public SupertypingAdapterAttribute ( Type adapteeType, Type adapterType ) : System
adapteeType System.Type
adapterType System.Type
return System
        public SupertypingAdapterAttribute(Type adapteeType, Type adapterType)
        {
            this.adapteeType = adapteeType;
            this.adapterType = adapterType;
        }
SupertypingAdapterAttribute