CK.Monitoring.GrandOutputHandlers.HandlerTypeAttribute.HandlerTypeAttribute C# (CSharp) Method

HandlerTypeAttribute() public method

Initializes a new HandlerTypeAttribute with a type that must be a HandlerBase specialization.
public HandlerTypeAttribute ( Type handlerType ) : System
handlerType System.Type
return System
        public HandlerTypeAttribute( Type handlerType )
        {
            HandlerType = handlerType;
        }
HandlerTypeAttribute