SelectionService CreateSelectionByName Method | GeneticSharp |
Creates the ISelection's implementation with the specified name.
Namespace: GeneticSharp.Domain.SelectionsAssembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
Parameters
- name
- Type: System String
The selection name.
- constructorArgs
- Type: System Object
Constructor arguments.
Return Value
Type: ISelectionThe selection implementation instance.
See Also