Search Results for

    Show / Hide Table of Contents

    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 Source

    EscSeqReqStats

    Gets the EscSeqReqStatus list.
    Declaration
    public List<EscSeqReqStatus> EscSeqReqStats { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<EscSeqReqStatus>

    Methods

    | Improve this Doc View Source

    Add(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.
    | Improve this Doc View Source

    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.
    | Improve this Doc View Source

    Requested(String)

    Indicates if a EscSeqReqStatus with the terminating exist in the EscSeqReqStats list.
    Declaration
    public bool Requested(string terminating)
    Parameters
    Type Name Description
    System.String terminating
    Returns
    Type Description
    System.Boolean true if exist, false otherwise.
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX