AForge.Genetic.GPCustomTree.GenerateNotes C# (CSharp) Method

GenerateNotes() public method

public GenerateNotes ( ) : List
return List
        public List<Note> GenerateNotes()
        {
            return this.root.GenerateNotes();
        }