System.Windows.Forms.TabControl.TabPageCollection.IList C# (CSharp) 메소드

IList() 개인적인 메소드

private IList ( int index, object tabPage ) : void
index int
tabPage object
리턴 void
			void IList.Insert (int index, object tabPage)
			{
				throw new NotSupportedException ();
			}

Same methods

TabControl.TabPageCollection::IList ( object page ) : bool
TabControl.TabPageCollection::IList ( object value ) : int
TabControl.TabPageCollection::IList ( object value ) : void