Click or drag to resize

SIMByteList Class

Inheritance Hierarchy
SystemObject
  System.Collections.GenericListByte
    Micros.PosCore.Extensibility.SIM.UtilitySIMByteList

Namespace:  Micros.PosCore.Extensibility.SIM.Utility
Assembly:  PosCore (in PosCore.dll)
Syntax
C#
public class SIMByteList : List<byte>

The SIMByteList type exposes the following members.

Constructors
  NameDescription
Public methodSIMByteList
Initializes a new instance of the SIMByteList class
Public methodSIMByteList(Byte)
Initializes a new instance of the SIMByteList class
Public methodSIMByteList(ArrayList)
Initializes a new instance of the SIMByteList class
Public methodSIMByteList(SIMByteList)
Initializes a new instance of the SIMByteList class
Top
Methods
See Also