C# Class Docu.Parsing.Model.ReflectedMethod

Inheritance: DocumentedMethod
Exibir arquivo Open project: cdrnet/docu

Public Methods

Method Description
Match ( Identifier name ) : bool
ReflectedMethod ( Identifier name, MethodBase method, Type targetType ) : System

Method Details

Match() public method

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

ReflectedMethod() public method

public ReflectedMethod ( Identifier name, MethodBase method, Type targetType ) : System
name Identifier
method System.Reflection.MethodBase
targetType System.Type
return System