ArraySectionTFill Method
Assigns the specified
value to all elements in this
ArraySectionT instance.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public void Fill(
T value
)
Public Sub Fill (
value As T
)
public:
void Fill(
T value
)
member Fill :
value : 'T -> unit
Parameters
- value T
- The value to assign to all elements.