Akka.Interfaced.AlternativeInterfaceAttribute.AlternativeInterfaceAttribute C# (CSharp) Method

AlternativeInterfaceAttribute() public method

public AlternativeInterfaceAttribute ( Type interfaceType ) : System
interfaceType System.Type
return System
        public AlternativeInterfaceAttribute(Type interfaceType)
        {
            Type = interfaceType;
        }
    }
AlternativeInterfaceAttribute