TerminationService CreateTerminationByName Method | GeneticSharp |
Creates the ITermination's implementation with the specified name.
Namespace: GeneticSharp.Domain.TerminationsAssembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
Parameters
- name
- Type: System String
The ITermination name.
- constructorArgs
- Type: System Object
Constructor arguments.
Return Value
Type: ITerminationThe ITermination's implementation instance.
See Also