Click or drag to resize

PrinterSelectionRequestEntryList Class

Inheritance Hierarchy
SystemObject
  System.Collections.GenericSortedListInt64, PrinterSelectionRequestEntry
    Micros.Ops.InputPrinterSelectionRequestEntryList

Namespace:  Micros.Ops.Input
Assembly:  Ops (in Ops.dll)
Syntax
C#
public class PrinterSelectionRequestEntryList : SortedList<long, PrinterSelectionRequestEntry>

The PrinterSelectionRequestEntryList type exposes the following members.

Constructors
  NameDescription
Public methodPrinterSelectionRequestEntryList
Initializes a new instance of the PrinterSelectionRequestEntryList class
Top
See Also