コード例 #1
0
 internal TypeRefParser(StrangerTypeParser strangerTypeParser, ParserOptions parserOptions) : base(parserOptions)
 {
     _strangerTypeParser = strangerTypeParser;
 }
コード例 #2
0
ファイル: TypeRefParser.cs プロジェクト: Geaz/sharpDox
 internal TypeRefParser(StrangerTypeParser strangerTypeParser, ParserOptions parserOptions)
     : base(parserOptions)
 {
     _strangerTypeParser = strangerTypeParser;
 }