ConcurrentListTItem 属性
Gets or sets the element at the specified index.
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
public T this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As T
Get
Set
abstract Item : 'T with get, set
override Item : 'T with get, set
- index Int32
- The zero-based index of the element to get or set.
TThe element at the specified index.
IListTItemInt32IReadOnlyListTItemInt32