SelectionException.Selection Property

GeneticSharp

SelectionException Selection Property GeneticSharp
Gets the Selection.

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

Syntax

public ISelection Selection { get; private set; }
public ISelection Selection { get; private set; }

Property Value

Type: ISelection
The Selection.
See Also