class ManagedBuffer
A class whose instances contain a property of type
Header
and raw storage for an array of Element
, whose size is determined at instance creation.
あるクラス、そのインスタンスは型Header
のプロパティと、そのサイズがインスタンス作成時に決められる、Element
配列の生のストレージを含みます。
struct ManagedBufferPointer
Contains a buffer object, and provides access to an instance of
Header
and contiguous storage for an arbitrary number of Element
instances stored in that buffer.
バッファオブジェクトを収容します、そしてHeader
のインスタンスへのアクセスおよびそのバッファに格納される随意の数のElement
インスタンスの隣接保管を提供します。