Apache.Shiro.Aop.AttributeHandler.AttributeHandler C# (CSharp) Метод

AttributeHandler() защищенный Метод

protected AttributeHandler ( Type attributeType ) : System
attributeType System.Type
Результат System
        protected AttributeHandler(Type attributeType)
        {
            AttributeType = attributeType;
        }