File tree Expand file tree Collapse file tree 7 files changed +36
-36
lines changed
xml/System.Collections.Immutable Expand file tree Collapse file tree 7 files changed +36
-36
lines changed Original file line number Diff line number Diff line change @@ -901,12 +901,12 @@ This overload allows helper methods or custom builder classes to efficiently avo
901
901
<Parameter Name =" builder" Type =" System.Collections.Immutable.ImmutableArray< TSource> +Builder" RefType =" this" Index =" 0" FrameworkAlternate =" netcore-3.0" />
902
902
</Parameters >
903
903
<Docs >
904
- <typeparam name =" TSource" >To be added .</typeparam >
905
- <param name =" builder" >To be added .</param >
906
- <summary >To be added .</summary >
907
- <returns >To be added .</returns >
904
+ <typeparam name =" TSource" >The type of elements contained in the immutable array .</typeparam >
905
+ <param name =" builder" >The builder to create the immutable array from .</param >
906
+ <summary >Creates an immutable array from the current contents of the builder's array .</summary >
907
+ <returns >An immutable array that contains the current contents of the builder's array .</returns >
908
908
<remarks >To be added.</remarks >
909
909
</Docs >
910
910
</Member >
911
911
</Members >
912
- </Type >
912
+ </Type >
Original file line number Diff line number Diff line change 252
252
</ReturnValue >
253
253
<Parameters />
254
254
<Docs >
255
- <summary >To be added .</summary >
256
- <returns >To be added .</returns >
255
+ <summary >Creates a new read-only memory region over this immutable array .</summary >
256
+ <returns >The read-only memory representation of this immutable array .</returns >
257
257
<remarks >To be added.</remarks >
258
258
</Docs >
259
259
</Member >
274
274
</ReturnValue >
275
275
<Parameters />
276
276
<Docs >
277
- <summary >To be added .</summary >
278
- <returns >To be added .</returns >
277
+ <summary >Creates a new read-only span over this immutable array .</summary >
278
+ <returns >The read-only span representation of this immutable array .</returns >
279
279
<remarks >To be added.</remarks >
280
280
</Docs >
281
281
</Member >
Original file line number Diff line number Diff line change 531
531
<Parameter Name =" builder" Type =" System.Collections.Immutable.ImmutableDictionary< TKey,TValue> +Builder" RefType =" this" Index =" 0" FrameworkAlternate =" netcore-3.0" />
532
532
</Parameters >
533
533
<Docs >
534
- <typeparam name =" TKey" >To be added .</typeparam >
535
- <typeparam name =" TValue" >To be added .</typeparam >
536
- <param name =" builder" >To be added .</param >
537
- <summary >To be added .</summary >
538
- <returns >To be added .</returns >
534
+ <typeparam name =" TKey" >The type of the keys in the dictionary .</typeparam >
535
+ <typeparam name =" TValue" >The type of the values in the dictionary .</typeparam >
536
+ <param name =" builder" >The builder to create the immutable dictionary from .</param >
537
+ <summary >Creates an immutable dictionary from the current contents of the builder's dictionary .</summary >
538
+ <returns >An immutable dictionary that contains the current contents in the builder's dictionary .</returns >
539
539
<remarks >To be added.</remarks >
540
540
</Docs >
541
541
</Member >
828
828
</Docs >
829
829
</Member >
830
830
</Members >
831
- </Type >
831
+ </Type >
Original file line number Diff line number Diff line change 433
433
<Parameter Name =" builder" Type =" System.Collections.Immutable.ImmutableHashSet< TSource> +Builder" RefType =" this" Index =" 0" FrameworkAlternate =" netcore-3.0" />
434
434
</Parameters >
435
435
<Docs >
436
- <typeparam name =" TSource" >To be added .</typeparam >
437
- <param name =" builder" >To be added .</param >
438
- <summary >To be added .</summary >
439
- <returns >To be added .</returns >
436
+ <typeparam name =" TSource" >The type of the elements in the hash set .</typeparam >
437
+ <param name =" builder" >The builder to create the immutable hash set from .</param >
438
+ <summary >Creates an immutable hash set from the current contents of the builder's set .</summary >
439
+ <returns >An immutable hash set that contains the current contents in the builder's set .</returns >
440
440
<remarks >To be added.</remarks >
441
441
</Docs >
442
442
</Member >
477
477
</Docs >
478
478
</Member >
479
479
</Members >
480
- </Type >
480
+ </Type >
Original file line number Diff line number Diff line change 666
666
<Parameter Name =" builder" Type =" System.Collections.Immutable.ImmutableList< TSource> +Builder" RefType =" this" Index =" 0" FrameworkAlternate =" netcore-3.0" />
667
667
</Parameters >
668
668
<Docs >
669
- <typeparam name =" TSource" >To be added .</typeparam >
670
- <param name =" builder" >To be added .</param >
671
- <summary >To be added .</summary >
672
- <returns >To be added .</returns >
669
+ <typeparam name =" TSource" >The type of the elements in the list .</typeparam >
670
+ <param name =" builder" >The builder to create the immutable list from .</param >
671
+ <summary >Creates an immutable list from the current contents of the builder's collection .</summary >
672
+ <returns >An immutable list that contains the current contents in the builder's collection .</returns >
673
673
<remarks >To be added.</remarks >
674
674
</Docs >
675
675
</Member >
676
676
</Members >
677
- </Type >
677
+ </Type >
Original file line number Diff line number Diff line change 412
412
<Parameter Name =" builder" Type =" System.Collections.Immutable.ImmutableSortedDictionary< TKey,TValue> +Builder" RefType =" this" Index =" 0" FrameworkAlternate =" netcore-3.0" />
413
413
</Parameters >
414
414
<Docs >
415
- <typeparam name =" TKey" >To be added .</typeparam >
416
- <typeparam name =" TValue" >To be added .</typeparam >
417
- <param name =" builder" >To be added .</param >
418
- <summary >To be added .</summary >
419
- <returns >To be added .</returns >
415
+ <typeparam name =" TKey" >The type of the keys in the dictionary .</typeparam >
416
+ <typeparam name =" TValue" >The type of the values in the dictionary .</typeparam >
417
+ <param name =" builder" >The builder to create the immutable sorted dictionary from .</param >
418
+ <summary >Creates an immutable sorted dictionary from the current contents of the builder's dictionary .</summary >
419
+ <returns >An immutable sorted dictionary that contains the current contents in the builder's dictionary .</returns >
420
420
<remarks >To be added.</remarks >
421
421
</Docs >
422
422
</Member >
631
631
</Docs >
632
632
</Member >
633
633
</Members >
634
- </Type >
634
+ </Type >
Original file line number Diff line number Diff line change 433
433
<Parameter Name =" builder" Type =" System.Collections.Immutable.ImmutableSortedSet< TSource> +Builder" RefType =" this" Index =" 0" FrameworkAlternate =" netcore-3.0" />
434
434
</Parameters >
435
435
<Docs >
436
- <typeparam name =" TSource" >To be added .</typeparam >
437
- <param name =" builder" >To be added .</param >
438
- <summary >To be added .</summary >
439
- <returns >To be added .</returns >
436
+ <typeparam name =" TSource" >The type of the elements in the immutable sorted set .</typeparam >
437
+ <param name =" builder" >The builder to create the immutable sorted set from .</param >
438
+ <summary >Creates an immutable sorted set from the current contents of the builder's set .</summary >
439
+ <returns >An immutable sorted set that contains the current contents in the builder's set .</returns >
440
440
<remarks >To be added.</remarks >
441
441
</Docs >
442
442
</Member >
477
477
</Docs >
478
478
</Member >
479
479
</Members >
480
- </Type >
480
+ </Type >
You can’t perform that action at this time.
0 commit comments