AsSectionT(ArraySegmentT) | Gets the specified ArraySegmentT as an ArraySectionT instance. No heap allocation occurs when using this method. |
AsSectionT(T) | Gets the specified array as an ArraySectionT instance. No heap allocation occurs when using this method. |
AsSectionT(T, Int32) | Gets an ArraySectionT instance, which represents a section of the specified array. No heap allocation occurs when using this method. |
AsSectionT(T, Int32, Int32) | Gets an ArraySectionT instance, which represents a section of the specified array. No heap allocation occurs when using this method. |