Header menu logo B2R2

ByteSpan Type

This is a type alias for `ReadOnlySpan`. We define this alias because B2R2 uses this type quite frequently.

Instance members

Instance member Description

this.IsEmpty

Full Usage: this.IsEmpty

Returns: bool
Returns: bool

this[arg1]

Full Usage: this[arg1]

Parameters:
    arg0 : int

Returns: byref<byte>
arg0 : int
Returns: byref<byte>

this.Length

Full Usage: this.Length

Returns: int
Returns: int

Static members

Static member Description

ReadOnlySpan.Empty

Full Usage: ReadOnlySpan.Empty

Returns: ReadOnlySpan<byte>
Returns: ReadOnlySpan<byte>

Type something to start searching.