示例#1
0
 private static NamespaceDeclarationCollection NamespaceDeclarations(Ticket pt)
 {
     return(NamespaceDeclarations(NamespaceCollector.Collect(pt), pt.DeclaredNamespaces));
 }
示例#2
0
 private static NamespaceDeclarationCollection NamespaceDeclarations(Capabilities pc)
 {
     return(NamespaceDeclarations(NamespaceCollector.Collect(pc), pc.DeclaredNamespaces));
 }