Skip to content

M_Cyjb_Collections_ValueList_1_AsSpan

CYJB edited this page Mar 20, 2024 · 2 revisions

ValueList(T).AsSpan 方法

返回当前列表的切片。

Namespace: Cyjb.Collections
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6

语法

C#

public Span<T> AsSpan()

返回值

Type: Span(T)
当前列表的切片。

参见

Reference

ValueList(T) 结构
AsSpan 重载
Cyjb.Collections 命名空间

Clone this wiki locally