SelectionService.GetSelectionNames Method

GeneticSharp

SelectionService GetSelectionNames Method GeneticSharp
Gets the available selection names.

Namespace: GeneticSharp.Domain.Selections
Assembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434

Syntax

public static IList<string> GetSelectionNames()
public static IList<string> GetSelectionNames()

Return Value

Type: OnlineIList OnlineString 
The selection names.
See Also