WriteOnlyArray::WriteOnlyArray Constructor

Creates a WriteOnlyArray with the specified size and the specified element type.

WriteOnlyArray();
WriteOnlyArray(
   unsigned int sizeArg);
WriteOnlyArray(
   T* dataArg, 
   unsigned int sizeArg);

Parameters

  • sizeArg

  • dataArg

Requirements

Header: vccorlib.h

Namespace: Platform

See Also

Reference

Platform::WriteOnlyArray Class

Concepts

Array and WriteOnlyArray (C++/CX)