Akka.Interfaced.AlternativeInterfaceAttribute.AlternativeInterfaceAttribute C# (CSharp) Метод

AlternativeInterfaceAttribute() публичный Метод

public AlternativeInterfaceAttribute ( Type interfaceType ) : System
interfaceType System.Type
Результат System
        public AlternativeInterfaceAttribute(Type interfaceType)
        {
            Type = interfaceType;
        }
    }
AlternativeInterfaceAttribute