SelectionService.GetSelectionTypes Method

GeneticSharp

SelectionService GetSelectionTypes Method GeneticSharp
Gets available selection types.

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

Syntax

public static IList<Type> GetSelectionTypes()
public static IList<Type> GetSelectionTypes()

Return Value

Type: OnlineIList OnlineType 
All available selection types.
See Also