CastArrayTFrom, TToFill Method
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public void Fill(
TTo value
)
Public Sub Fill (
value As TTo
)
public:
void Fill(
TTo value
)
member Fill :
value : 'TTo -> unit
Parameters
- value TTo
- The value to assign to all elements.