Exemplo n.º 1
0
 public CodeTypeDeclaration DeclareInterface(string name, params string[] inherits)
 {
     return(CodeNamespace.DeclareInterface(name, inherits));
 }