Whee.WordBuilder.ProjectV2.ProblemAreaNode.ProblemAreaNode C# (CSharp) Method

ProblemAreaNode() public method

public ProblemAreaNode ( int index ) : System
index int
return System
        public ProblemAreaNode(int index)
        {
            this.Index = index;
        }
ProblemAreaNode