示例#1
0
 public void AddTypeDeclaration(CodeTypeDeclaration typedecl)
 {
     typedecl.OriginalCompilationUnit = this;
     _members.Add(typedecl);
 }