Class EscSeqReqProc
Manages a list of EscSeqReqStatus.
Inheritance
System.Object
EscSeqReqProc
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: Terminal.Gui
Assembly: Terminal.Gui.dll
Syntax
public class EscSeqReqProc
Properties
| Improve this Doc View SourceEscSeqReqStats
Gets the EscSeqReqStatus list.
Declaration
public List<EscSeqReqStatus> EscSeqReqStats { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<EscSeqReqStatus> |
Methods
| Improve this Doc View SourceAdd(String, Int32)
Adds a new EscSeqReqStatus instance to the EscSeqReqStats list.
Declaration
public void Add(string terminating, int numOfReq = 1)
Parameters
Type | Name | Description |
---|---|---|
System.String | terminating | The terminating. |
System.Int32 | numOfReq | The number of requests. |
Remove(String)
Removes a EscSeqReqStatus instance from the EscSeqReqStats list.
Declaration
public void Remove(string terminating)
Parameters
Type | Name | Description |
---|---|---|
System.String | terminating | The terminating string. |
Requested(String)
Declaration
public bool Requested(string terminating)
Parameters
Type | Name | Description |
---|---|---|
System.String | terminating |
Returns
Type | Description |
---|---|
System.Boolean | true if exist, false otherwise. |