Class to manage byte data within an dynamic array.

Namespace: BasicCard
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public class ByteBuffer : ICloneable, IComparable
Visual Basic
<SerializableAttribute>
<CLSCompliantAttribute(true)>
Public Class ByteBuffer
	Implements ICloneable, IComparable
Visual C++
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public ref class ByteBuffer : ICloneable, 
	IComparable
F#
[<SerializableAttribute>]
[<CLSCompliantAttribute(true)>]
type ByteBuffer =  
    class
        interface ICloneable
        interface IComparable
    end

Inheritance Hierarchy

System..::..Object
  BasicCard..::..ByteBuffer

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also