CastArrayTFrom, TToFill Method

Assigns the specified value to all elements in this CastArrayTFrom, TTo instance.

Definition

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

Parameters

value  TTo
The value to assign to all elements.

See Also