Skip to content

Commit 1acad35

Browse files
author
mikeblome
committed
fixes note about array class
1 parent b1e2c53 commit 1acad35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/cppcx/platform-arrayreference-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Platform::ArrayReference Class"
3-
ms.date: "12/30/2016"
3+
ms.date: "10/16/2019"
44
ms.topic: "reference"
55
f1_keywords: ["VCCORLIB/Platform::ArrayReference::ArrayReference"]
66
helpviewer_keywords: ["Platform::ArrayReference Class"]
@@ -110,7 +110,7 @@ A handle-to-object of type `Array<TArg>^`
110110

111111
### Remarks
112112

113-
[Platform::ArrayReference](../cppcx/platform-arrayreference-class.md) and [Platform::Array](../cppcx/platform-array-class.md) are standard C++ class templates, not ref classes.
113+
[Platform::ArrayReference](../cppcx/platform-arrayreference-class.md) is a standard C++ class template, and [Platform::Array](../cppcx/platform-array-class.md) is a ref class.
114114

115115
## See also
116116

0 commit comments

Comments
 (0)