Ejemplo n.º 1
0
        public ImportHash Constructor(ICollection <ImportFunction> importedFunctions)
        {
            var target = new ImportHash(importedFunctions);

            return(target);
            // TODO: add assertions to method ImportHashTest.Constructor(ICollection`1<ImportFunction>)
        }
Ejemplo n.º 2
0
 public ImportHash Constructor(ICollection<ImportFunction> importedFunctions)
 {
     var target = new ImportHash(importedFunctions);
     return target;
     // TODO: add assertions to method ImportHashTest.Constructor(ICollection`1<ImportFunction>)
 }