Apache.Shiro.Aop.AttributeHandler.AttributeHandler C# (CSharp) Method

AttributeHandler() protected method

protected AttributeHandler ( Type attributeType ) : System
attributeType System.Type
return System
        protected AttributeHandler(Type attributeType)
        {
            AttributeType = attributeType;
        }