LogicalOperatorTerminationBase.Terminations Property

GeneticSharp

LogicalOperatorTerminationBase Terminations Property GeneticSharp
Gets or sets the terminations.

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

Syntax

protected IList<ITermination> Terminations { get; private set; }
protected IList<ITermination> Terminations { get; private set; }

Property Value

Type: OnlineIList ITermination 
See Also