C# Class Docu.Parsing.Model.ReflectedEvent

Inheritance: DocumentedEvent
Exibir arquivo Open project: cdrnet/docu

Public Methods

Method Description
Match ( Identifier name ) : bool
ReflectedEvent ( EventIdentifier name, EventInfo ev, Type targetType ) : System

Method Details

Match() public method

public Match ( Identifier name ) : bool
name Identifier
return bool

ReflectedEvent() public method

public ReflectedEvent ( EventIdentifier name, EventInfo ev, Type targetType ) : System
name EventIdentifier
ev System.Reflection.EventInfo
targetType System.Type
return System