ReinsertionService.GetReinsertionTypeByName Method

GeneticSharp

ReinsertionService GetReinsertionTypeByName Method GeneticSharp
Gets the reinsertion type by the name.

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

Syntax

public static Type GetReinsertionTypeByName(
	string name
)
public static Type GetReinsertionTypeByName(
	string name
)

Parameters

name
Type: OnlineSystem String
The name of reinsertion.

Return Value

Type: OnlineType
The reinsertion type.
See Also