System.Collections.ArrayList.ListWrapper.Insert C# (CSharp) Méthode

Insert() public méthode

public Insert ( int index, object value ) : void
index int
value object
Résultat void
			public virtual void Insert(int index, object value) 
			{
				m_InnerList.Insert(index, value);
			}