SIL.FieldWorks.Common.Widgets.FwListBox.ObjectCollection.IndexOf C# (CSharp) Méthode

IndexOf() public méthode

Find the zero-based position of the item, or -1 if not found.
public IndexOf ( object item ) : int
item object
Résultat int
			public virtual int IndexOf(object item)
			{
				CheckDisposed();
				return m_list.IndexOf(item);
			}