BoundsCheckableList1.IndexOf
BoundsCheckableList<T>.IndexOf method
يبحث عن الكائن المحدد ويعيد الفهرس المعتمد على الصفر لأول ظهور ضمن قائمة System.Collections.Generic.List بأكملها.
public int IndexOf(T item)
Parameter | Type | Description |
---|---|---|
item | T | الكائن الذي يجب تحديد موقعه في قائمة System.Collections.Generic.List. يمكن أن تكون القيمة null لأنواع المرجع. |
Return Value
الفهرس المعتمد على الصفر لأول ظهور لـ item ضمن قائمة System.Collections.Generic.List بأكملها، إذا تم العثور عليه؛ خلاف ذلك، –1.
See Also
- class BoundsCheckableList<T>
- namespace Aspose.Pdf
- assembly Aspose.PDF