Show / Hide Table of Contents

Class UCIEngine.OptionCombo

Multi-value engine option (represented by a combo box in a GUI)

Inheritance
System.Object
UCIEngine.Option
UCIEngine.OptionCombo
Inherited Members
UCIEngine.Option.Name
UCIEngine.Option.Type
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 Source

Default

Declaration
public string Default { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Values

Declaration
public List<string> Values { get; }
Property Value
Type Description
System.Collections.Generic.List<System.String>

Methods

| Improve this Doc View Source

Parse(String)

Declaration
protected override void Parse(string ucicommand)
Parameters
Type Name Description
System.String ucicommand
Overrides
UCIEngine.Option.Parse(String)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX