Akka.Interfaced.AlternativeInterfaceAttribute.AlternativeInterfaceAttribute C# (CSharp) Méthode

AlternativeInterfaceAttribute() public méthode

public AlternativeInterfaceAttribute ( Type interfaceType ) : System
interfaceType System.Type
Résultat System
        public AlternativeInterfaceAttribute(Type interfaceType)
        {
            Type = interfaceType;
        }
    }
AlternativeInterfaceAttribute