C# Class Docu.Parsing.Model.ReflectedProperty

Inheritance: DocumentedProperty
Datei anzeigen Open project: cdrnet/docu

Public Methods

Method Description
Match ( Identifier name ) : bool
ReflectedProperty ( Identifier name, PropertyInfo property, Type targetType ) : System

Method Details

Match() public method

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

ReflectedProperty() public method

public ReflectedProperty ( Identifier name, PropertyInfo property, Type targetType ) : System
name Identifier
property System.Reflection.PropertyInfo
targetType System.Type
return System