C# Class NContext.EventHandling.EventManager.EventHandlerInformation

显示文件 Open project: PowerDMS/NContext

Public Methods

Method Description
EventHandlerInformation ( Type handlerType, MethodInfo handleMethod ) : System

Method Details

EventHandlerInformation() public method

public EventHandlerInformation ( Type handlerType, MethodInfo handleMethod ) : System
handlerType System.Type
handleMethod System.Reflection.MethodInfo
return System