Show / Hide Table of Contents

Field FastBuffer-1.StackSize

A FastBuffer variable contains a field of this size. It is a memory buffer on stack. It is a byte count and does not depend on T. To get count of T elements on stack: StackSize/sizeof(T).

public const int StackSize = 2048