TerminationService.GetTerminationTypeByName Method

GeneticSharp

TerminationService GetTerminationTypeByName Method GeneticSharp
Gets the termination type by the name.

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

Syntax

public static Type GetTerminationTypeByName(
	string name
)
public static Type GetTerminationTypeByName(
	string name
)

Parameters

name
Type: OnlineSystem String
The name of termination.

Return Value

Type: OnlineType
The termination type.
See Also