Gets the specified array as an ArraySectionT instance.
No heap allocation occurs when using this method.
Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 5.5.0-rc.1
Syntax
Parameters
- array
- Type: T
The array to create the ArraySectionT from.
Type Parameters
- T
- The type of the elements in the array.
Return Value
Type: ArraySectionTAn ArraySectionT instance for the specified array.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).See Also