Class to manage byte data within an dynamic array.
Namespace: BasicCardAssembly: 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
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