C# 클래스 Monobjc.Tools.Generator.Parsers.CodeDom.CodeDomTypeParser

Base class for typed entity parsing from code DOM.
상속: CodeDomBaseParser
파일 보기 프로젝트 열기: Monobjc/monobjc-tools

공개 메소드들

메소드 설명
CodeDomTypeParser ( NameValueCollection settings, TypeManager typeManager, TextWriter logger ) : System.Collections.Specialized

Initializes a new instance of the CodeDomTypeParser class.

메소드 상세

CodeDomTypeParser() 공개 메소드

Initializes a new instance of the CodeDomTypeParser class.
public CodeDomTypeParser ( NameValueCollection settings, TypeManager typeManager, TextWriter logger ) : System.Collections.Specialized
settings System.Collections.Specialized.NameValueCollection The settings.
typeManager Monobjc.Tools.Generator.Utilities.TypeManager The type manager.
logger System.IO.TextWriter
리턴 System.Collections.Specialized