RandomizationProvider.Current Property

GeneticSharp

RandomizationProvider Current Property GeneticSharp
Gets or sets the current IRandomization implementation.

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

Syntax

public static IRandomization Current { get; set; }
public static IRandomization Current { get; set; }

Property Value

Type: IRandomization
The current.
See Also