BoundsCheckableList1.Add

BoundsCheckableList<T>.Add 方法

根据 “boundsCheckMode” 参数将对象添加到 System.Collections.Generic.List 的末尾。

public void Add(T item)
参数类型描述
itemT要添加到 System.Collections.Generic.List 末尾的对象。对于引用类型,值可以为 “null”。

另请参阅