C# Класс Docu.Parsing.Model.ReflectedProperty

Наследование: DocumentedProperty
Показать файл Открыть проект

Открытые методы

Метод Описание
Match ( Identifier name ) : bool
ReflectedProperty ( Identifier name, PropertyInfo property, Type targetType ) : System

Описание методов

Match() публичный Метод

public Match ( Identifier name ) : bool
name Identifier
Результат bool

ReflectedProperty() публичный Метод

public ReflectedProperty ( Identifier name, PropertyInfo property, Type targetType ) : System
name Identifier
property System.Reflection.PropertyInfo
targetType System.Type
Результат System