Invert.Core.GraphDesigner.InteractiveTutorial.InteractiveTutorial C# (CSharp) Method

InteractiveTutorial() public method

public InteractiveTutorial ( string name ) : System.Collections.Generic
name string
return System.Collections.Generic
        public InteractiveTutorial(string name)
        {
            Name = name;
        }
InteractiveTutorial