ArraySectionT(T) Constructor
Initializes a new instance of the
ArraySectionT struct from the specified
array.
No heap allocation occurs when using this constructor overload.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public ArraySection(
T[] array
)
Public Sub New (
array As T()
)
public:
ArraySection(
array<T>^ array
)
new :
array : 'T[] -> ArraySection
Parameters
- array T
- The array to initialize the new ArraySectionT instance from.