Example #1
0
 protected Encoding(string name)
     : base(name)
 {
     Parameters.Add(new FixedValueParameter <ReadOnlyItemSet <IOperator> >(name + ".Operators", "The operators that the encoding specifies.", encodingOperators.AsReadOnly()));
 }