Skip to content

Commit 2cf669b

Browse files
committed
update collection interface
1 parent 0b78afd commit 2cf669b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

build/multiplex.intellisense.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,12 @@ intellisense.annotate(mx, {
173173
/// Provides an abstract base class for a strongly typed collection.
174174
/// </summary>
175175
/// </signature>
176+
/// <signature>
177+
/// <summary>
178+
/// Provides an abstract base class for a strongly typed collection.
179+
/// </summary>
180+
/// <param name="value" type="Enumerable">Enumerable whose elements are copied to the new collection.</param>
181+
/// </signature>
176182
},
177183
"ReadOnlyCollection": function () {
178184
/// <signature>

src/javascript/multiplex.intellisense.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,12 @@ intellisense.annotate(mx, {
173173
/// Provides an abstract base class for a strongly typed collection.
174174
/// </summary>
175175
/// </signature>
176+
/// <signature>
177+
/// <summary>
178+
/// Provides an abstract base class for a strongly typed collection.
179+
/// </summary>
180+
/// <param name="value" type="Enumerable">Enumerable whose elements are copied to the new collection.</param>
181+
/// </signature>
176182
},
177183
"ReadOnlyCollection": function () {
178184
/// <signature>

0 commit comments

Comments
 (0)