|
34 | 34 | </Interface>
|
35 | 35 | </Interfaces>
|
36 | 36 | <Docs>
|
37 |
| - <summary>To be added.</summary> |
| 37 | + <summary>Enumerates the contents of a <see cref="T:System.Collections.Generic.PriorityQueue`2" />, without any ordering guarantees.</summary> |
38 | 38 | <remarks>To be added.</remarks>
|
39 | 39 | </Docs>
|
40 | 40 | <Members>
|
|
58 | 58 | <ReturnType>System.Int32</ReturnType>
|
59 | 59 | </ReturnValue>
|
60 | 60 | <Docs>
|
61 |
| - <summary>To be added.</summary> |
62 |
| - <value>To be added.</value> |
| 61 | + <summary>Gets the number of elements in the collection.</summary> |
| 62 | + <value>The number of elements in the collection.</value> |
63 | 63 | <remarks>To be added.</remarks>
|
64 | 64 | </Docs>
|
65 | 65 | </Member>
|
|
80 | 80 | </ReturnValue>
|
81 | 81 | <Parameters />
|
82 | 82 | <Docs>
|
83 |
| - <summary>To be added.</summary> |
84 |
| - <returns>To be added.</returns> |
| 83 | + <summary>Returns an enumerator that iterates through the <see cref="P:System.Collections.Generic.PriorityQueue`2.UnorderedItems" />.</summary> |
| 84 | + <returns>An <see cref="T:System.Collections.Generic.PriorityQueue`2.UnorderedItemsCollection.Enumerator" /> for the <see cref="P:System.Collections.Generic.PriorityQueue`2.UnorderedItems" />.</returns> |
85 | 85 | <remarks>To be added.</remarks>
|
86 | 86 | </Docs>
|
87 | 87 | </Member>
|
|
111 | 111 | </ReturnValue>
|
112 | 112 | <Parameters />
|
113 | 113 | <Docs>
|
114 |
| - <summary>To be added.</summary> |
115 |
| - <returns>To be added.</returns> |
| 114 | + <summary>Returns an enumerator that iterates through the collection.</summary> |
| 115 | + <returns>An enumerator that can be used to iterate through the collection.</returns> |
116 | 116 | <remarks>To be added.</remarks>
|
117 | 117 | </Docs>
|
118 | 118 | </Member>
|
|
139 | 139 | <Parameter Name="index" Type="System.Int32" />
|
140 | 140 | </Parameters>
|
141 | 141 | <Docs>
|
142 |
| - <param name="array">To be added.</param> |
143 |
| - <param name="index">To be added.</param> |
144 |
| - <summary>To be added.</summary> |
| 142 | + <param name="array">The one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from <see cref="T:System.Collections.ICollection" />. The <see cref="T:System.Array" /> must have zero-based indexing.</param> |
| 143 | + <param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param> |
| 144 | + <summary>Copies the elements of the <see cref="T:System.Collections.ICollection" /> to an <see cref="T:System.Array" />, starting at a particular <see cref="T:System.Array" /> index.</summary> |
145 | 145 | <remarks>To be added.</remarks>
|
146 | 146 | </Docs>
|
147 | 147 | </Member>
|
|
164 | 164 | <ReturnType>System.Boolean</ReturnType>
|
165 | 165 | </ReturnValue>
|
166 | 166 | <Docs>
|
167 |
| - <summary>To be added.</summary> |
168 |
| - <value>To be added.</value> |
169 |
| - <remarks>To be added.</remarks> |
| 167 | + <summary>Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe).</summary> |
| 168 | + <value> |
| 169 | + <see langword="true" /> if access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe); otherwise, <see langword="false" />.</value> |
| 170 | + <remarks> |
| 171 | + <format type="text/markdown"><![CDATA[ |
| 172 | +
|
| 173 | +## Remarks |
| 174 | +
|
| 175 | +This member is an explicit interface member implementation. It can be used only when the <xref:System.Collections.Generic.PriorityQueue`2.UnorderedItemsCollection> instance is cast to an <xref:System.Collections.ICollection> interface. |
| 176 | +
|
| 177 | + ]]></format> |
| 178 | + </remarks> |
170 | 179 | </Docs>
|
171 | 180 | </Member>
|
172 | 181 | <Member MemberName="System.Collections.ICollection.SyncRoot">
|
|
188 | 197 | <ReturnType>System.Object</ReturnType>
|
189 | 198 | </ReturnValue>
|
190 | 199 | <Docs>
|
191 |
| - <summary>To be added.</summary> |
192 |
| - <value>To be added.</value> |
193 |
| - <remarks>To be added.</remarks> |
| 200 | + <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.</summary> |
| 201 | + <value>An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.</value> |
| 202 | + <remarks> |
| 203 | + <format type="text/markdown"><![CDATA[ |
| 204 | +
|
| 205 | +## Remarks |
| 206 | +
|
| 207 | +This member is an explicit interface member implementation. It can be used only when the <xref:System.Collections.Generic.PriorityQueue`2.UnorderedItemsCollection> instance is cast to an <xref:System.Collections.ICollection> interface. |
| 208 | +
|
| 209 | + ]]></format> |
| 210 | + </remarks> |
194 | 211 | </Docs>
|
195 | 212 | </Member>
|
196 | 213 | <Member MemberName="System.Collections.IEnumerable.GetEnumerator">
|
|
213 | 230 | </ReturnValue>
|
214 | 231 | <Parameters />
|
215 | 232 | <Docs>
|
216 |
| - <summary>To be added.</summary> |
217 |
| - <returns>To be added.</returns> |
218 |
| - <remarks>To be added.</remarks> |
| 233 | + <summary>Returns an enumerator that iterates through a collection.</summary> |
| 234 | + <returns>An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.</returns> |
| 235 | + <remarks> |
| 236 | + <format type="text/markdown"><![CDATA[ |
| 237 | +
|
| 238 | +## Remarks |
| 239 | +
|
| 240 | +This member is an explicit interface member implementation. It can be used only when the <xref:System.Collections.Generic.PriorityQueue`2.UnorderedItemsCollection> instance is cast to an <xref:System.Collections.IEnumerable> interface. |
| 241 | +
|
| 242 | + ]]></format> |
| 243 | + </remarks> |
219 | 244 | </Docs>
|
220 | 245 | </Member>
|
221 | 246 | </Members>
|
|
0 commit comments