Skip to content

ByteICollectionExtensions Class

Definition

Extension methods for ICollection<T> of Byte.

public static class ByteICollectionExtensions

View source

Methods

Name Description
AddInt16(ICollection<Byte>, Int16, Endian) Adds a Int16 to a byte collection.
AddInt32(ICollection<Byte>, Int32, Endian) Adds an Int32 to a byte collection.
AddInt64(ICollection<Byte>, Int64, Endian) Adds a Int64 to a byte collection.
AddUInt16(ICollection<Byte>, UInt16, Endian) Adds a UInt16 to a byte collection.
AddUInt24(ICollection<Byte>, UInt24, Endian) Adds a UInt24 to a byte collection.
AddUInt32(ICollection<Byte>, UInt32, Endian) Adds a UInt32 to a byte collection.
AddUInt64(ICollection<Byte>, UInt64, Endian) Adds a UInt64 to a byte collection.