Fix doc comment
This commit is contained in:
@@ -547,8 +547,8 @@ public:
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Adds the new items to the end of the collection, possibly reallocating the whole collection to fit. The new items will be zeroed.
|
/// Adds the new items to the end of the collection, possibly reallocating the whole collection to fit. The new items will be zeroed.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// Warning! AddZeroed() will create items without calling the constructor and this is not appropriate for item types that require a constructor to function properly.
|
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
|
/// Warning! AddZeroed() will create items without calling the constructor and this is not appropriate for item types that require a constructor to function properly.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
/// <param name="count">The number of new items to add.</param>
|
/// <param name="count">The number of new items to add.</param>
|
||||||
void AddZeroed(int32 count = 1)
|
void AddZeroed(int32 count = 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user