MutationService.GetMutationTypeByName Method

GeneticSharp

MutationService GetMutationTypeByName Method GeneticSharp
Gets the mutation type by the name.

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

Syntax

public static Type GetMutationTypeByName(
	string name
)
public static Type GetMutationTypeByName(
	string name
)

Parameters

name
Type: OnlineSystem String
The name of mutation.

Return Value

Type: OnlineType
The mutation type.
See Also