SelectionService.CreateSelectionByName Method

GeneticSharp

SelectionService CreateSelectionByName Method GeneticSharp
Creates the ISelection's implementation with the specified name.

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

Syntax

public static ISelection CreateSelectionByName(
	string name,
	params Object[] constructorArgs
)
public static ISelection CreateSelectionByName(
	string name,
	params Object[] constructorArgs
)

Parameters

name
Type: OnlineSystem String
The selection name.
constructorArgs
Type:  OnlineSystem Object 
Constructor arguments.

Return Value

Type: ISelection
The selection implementation instance.
See Also