RedisRipper.Workbench.WorkbenchFile.WorkbenchFile C# (CSharp) Méthode

WorkbenchFile() public méthode

public WorkbenchFile ( string fileContents ) : System
fileContents string
Résultat System
        public WorkbenchFile(string fileContents)
        {
            // Accept a string array and turn it into a streamreader and pass that to the workbench loader
            loadWorkbenchFile(StringStreamReader(fileContents));
        }