Method Peek
Peek<T>()
Reads the pointer as T. Checks out of bound read if debug checks are present
Declaration
public T Peek<T>() where T : unmanaged
Returns
Type | Description |
---|---|
T | T representation of binary data under Ptr |
Type Parameters
Name | Description |
---|---|
T | Unmanaged type |