Struct NativeStream.Writer
Syntax
Properties
ForEachCount
Declaration
public int ForEachCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Allocate(Int32)
Declaration
public byte *Allocate(int size)
Parameters
Type |
Name |
Description |
System.Int32 |
size |
|
Returns
Type |
Description |
System.Byte* |
|
Allocate<T>()
Declaration
public T Allocate<T>()
where T : struct
Returns
Type Parameters
BeginForEachIndex(Int32)
Declaration
public void BeginForEachIndex(int foreachIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
foreachIndex |
|
EndForEachIndex()
Declaration
public void EndForEachIndex()
PatchMinMaxRange(Int32)
Declaration
public void PatchMinMaxRange(int foreEachIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
foreEachIndex |
|
Write<T>(T)
Declaration
public void Write<T>(T value)
where T : struct
Parameters
Type |
Name |
Description |
T |
value |
|
Type Parameters
Extension Methods