コード例 #1
0
 internal DelegateWithCodeAnalysis(DocumentWithCodeAnalysis document)
 {
     type          = new DelegateTypeWithCodeAnalysis();
     this.document = document;
 }
コード例 #2
0
 internal NestedDelegateWithCodeAnalysis()
 {
     type = new DelegateTypeWithCodeAnalysis();
 }