C# Класс Decision.Utility.PropertyInfoCache

Keeps a mapping between a string and a PropertyInfo instance. Simply wraps an IDictionary and exposes the relevant operations. Putting all this in a separate class makes the calling code more readable.
Показать файл Открыть проект

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

Метод Описание
Add ( string key, PropertyInfo value ) : void
ContainsKey ( string key ) : bool
PropertyInfoCache ( ) : System
this ( string key ) : PropertyInfo

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

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

public Add ( string key, PropertyInfo value ) : void
key string
value System.Reflection.PropertyInfo
Результат void

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

public ContainsKey ( string key ) : bool
key string
Результат bool

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

public PropertyInfoCache ( ) : System
Результат System

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

public this ( string key ) : PropertyInfo
key string
Результат System.Reflection.PropertyInfo