Apache.Shiro.Aop.AttributeHandler.AttributeHandler C# (CSharp) 메소드

AttributeHandler() 보호된 메소드

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