Struct CoreUnsafeUtils.FixedBufferStringQueue
Syntax
public struct FixedBufferStringQueue
Constructors
FixedBufferStringQueue(Byte*, Int32)
Declaration
public FixedBufferStringQueue(byte *ptr, int length)
Parameters
Type |
Name |
Description |
System.Byte* |
ptr |
|
System.Int32 |
length |
|
Properties
Count
Declaration
public int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Clear()
Declaration
TryPop(out String)
Declaration
public bool TryPop(out string v)
Parameters
Type |
Name |
Description |
System.String |
v |
|
Returns
Type |
Description |
System.Boolean |
|
TryPush(String)
Declaration
public bool TryPush(string v)
Parameters
Type |
Name |
Description |
System.String |
v |
|
Returns
Type |
Description |
System.Boolean |
|