Babel.Core.SupertypingAdapterAttribute.SupertypingAdapterAttribute C# (CSharp) Méthode

SupertypingAdapterAttribute() public méthode

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