MutationService.GetMutationNames Method

GeneticSharp

MutationService GetMutationNames Method GeneticSharp
Gets the available mutation names.

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

Syntax

public static IList<string> GetMutationNames()
public static IList<string> GetMutationNames()

Return Value

Type: OnlineIList OnlineString 
The mutation names.
See Also