BoundsCheckableList1.Add

BoundsCheckableList<T>.Add method

تضيف كائنًا إلى نهاية System.Collections.Generic.List اعتمادًا على معلمة “boundsCheckMode”.

public void Add(T item)
ParameterTypeDescription
itemTالكائن الذي سيتم إضافته إلى نهاية System.Collections.Generic.List. يمكن أن تكون القيمة “null” لأنواع المرجع.

See Also