SelectionService.GetSelectionTypeByName Method

GeneticSharp

SelectionService GetSelectionTypeByName Method GeneticSharp
Gets the selection type by the name.

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

Syntax

public static Type GetSelectionTypeByName(
	string name
)
public static Type GetSelectionTypeByName(
	string name
)

Parameters

name
Type: OnlineSystem String
The name of selection.

Return Value

Type: OnlineType
The selection type.
See Also