예제 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SelectSymbolsUniverseDecorator"/> class
 /// </summary>
 /// <param name="universe">The universe to be decorated</param>
 /// <param name="selectSymbols">The new implementation of <see cref="SelectSymbols"/></param>
 public SelectSymbolsUniverseDecorator(Universe universe, SelectSymbolsDelegate selectSymbols)
     : base(universe)
 {
     _selectSymbols = selectSymbols;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="SelectSymbolsUniverseDecorator"/> class
 /// </summary>
 /// <param name="universe">The universe to be decorated</param>
 /// <param name="selectSymbols">The new implementation of <see cref="SelectSymbols"/></param>
 public SelectSymbolsUniverseDecorator(Universe universe, SelectSymbolsDelegate selectSymbols)
     : base(universe)
 {
     _selectSymbols = selectSymbols;
 }