RedisRipper.Workbench.WorkbenchFile.WorkbenchFile C# (CSharp) Метод

WorkbenchFile() публичный Метод

public WorkbenchFile ( string fileContents ) : System
fileContents string
Результат 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));
        }