Class UCIEngine.OptionCombo
Multi-value engine option (represented by a combo box in a GUI)
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: PonzianiComponents.Chesslib
Assembly: PonzianiComponents.dll
Syntax
public class OptionCombo : UCIEngine.Option
Properties
| Improve this Doc View SourceDefault
Declaration
public string Default { get; }
Property Value
Type | Description |
---|---|
System.String |
Values
Declaration
public List<string> Values { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Methods
| Improve this Doc View SourceParse(String)
Declaration
protected override void Parse(string ucicommand)
Parameters
Type | Name | Description |
---|---|---|
System.String | ucicommand |