ArraySectionTFill Method

Assigns the specified value to all elements in this ArraySectionT instance.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public void Fill(
	T value
)

Parameters

value  T
The value to assign to all elements.

See Also