Esempio n. 1
0
 private Lazy <RootSingleNamespaceDeclaration> Lazy(RootSingleNamespaceDeclaration decl)
 {
     return(new Lazy <RootSingleNamespaceDeclaration>(() => decl));
 }
Esempio n. 2
0
 private Lazy<RootSingleNamespaceDeclaration> Lazy(RootSingleNamespaceDeclaration decl)
 {
     return new Lazy<RootSingleNamespaceDeclaration>(() => decl);
 }