C# Class Docu.Parsing.Model.ReflectedField

Inheritance: DocumentedField
显示文件 Open project: cdrnet/docu

Public Methods

Method Description
Match ( Identifier name ) : bool
ReflectedField ( Identifier name, FieldInfo field, Type targetType ) : System

Method Details

Match() public method

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

ReflectedField() public method

public ReflectedField ( Identifier name, FieldInfo field, Type targetType ) : System
name Identifier
field System.Reflection.FieldInfo
targetType System.Type
return System