MutationService.CreateMutationByName Method

GeneticSharp

MutationService CreateMutationByName Method GeneticSharp
Creates the IMutation's implementation with the specified name.

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

Syntax

public static IMutation CreateMutationByName(
	string name,
	params Object[] constructorArgs
)
public static IMutation CreateMutationByName(
	string name,
	params Object[] constructorArgs
)

Parameters

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

Return Value

Type: IMutation
The IMutation's implementation instance.
See Also