







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description | |
---|---|---|
![]() ![]() | Fill<(Of <T>)>(IList<(Of <T>)>, T) |
Replaces each item in a list with a given value. The list does not change in size.
|
![]() ![]() | Fill<(Of <T>)>(array<T>[](), T) |
Replaces each item in a array with a given value.
|