ArraySectionT Conversion (T to ArraySectionT)
Performs an implicit conversion from array of
T to
ArraySectionT.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public static implicit operator ArraySection<T> (
T[]? array
)
Public Shared Widening Operator CType (
array As T()
) As ArraySection(Of T)
static implicit operator ArraySection<T> (
array<T>^ array
)
F# does not support the declaration of new casting operators.
- array T
- The array to be converted to an ArraySectionT.
ArraySectionT
An
ArraySectionT instance that represents the original array.