C# 클래스 ConfigReader.ConfigConverter

파일 보기 프로젝트 열기: troygoode/ConfigReader 1 사용 예제들

공개 메소드들

메소드 설명
ConfigConverter ( Type type, object>.Dictionary customConversions ) : System
ConvertConfigProperties ( object>.IDictionary configurationForT ) : IDictionary

비공개 메소드들

메소드 설명
ConvertValue ( object>.KeyValuePair pair, string name, PropertyInfo propertyInfo ) : object

메소드 상세

ConfigConverter() 공개 메소드

public ConfigConverter ( Type type, object>.Dictionary customConversions ) : System
type System.Type
customConversions object>.Dictionary
리턴 System

ConvertConfigProperties() 공개 메소드

public ConvertConfigProperties ( object>.IDictionary configurationForT ) : IDictionary
configurationForT object>.IDictionary
리턴 IDictionary