SIL.FieldWorks.Common.Widgets.FwListBox.ObjectCollection.IndexOf C# (CSharp) 메소드

IndexOf() 공개 메소드

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