Rename ToSpan to AsSpan (#3556)
This commit is contained in:
@ -15,7 +15,7 @@ namespace Spv.Generator
|
||||
public Operand Operand5;
|
||||
public Operand[] Overflow;
|
||||
|
||||
public Span<Operand> ToSpan()
|
||||
public Span<Operand> AsSpan()
|
||||
{
|
||||
if (Count > InternalCount)
|
||||
{
|
||||
|
Reference in New Issue
Block a user