C# Class Docu.Parsing.Model.ReflectedType

Inheritance: DocumentedType
Exibir arquivo Open project: cdrnet/docu

Public Methods

Method Description
Match ( Identifier name ) : bool
ReflectedType ( Identifier name, Type type ) : System

Method Details

Match() public method

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

ReflectedType() public method

public ReflectedType ( Identifier name, Type type ) : System
name Identifier
type System.Type
return System