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

RangedArrayList() public méthode

public RangedArrayList ( ArrayList innerList, int index, int count ) : System.Runtime.InteropServices
innerList ArrayList
index int
count int
Résultat System.Runtime.InteropServices
			public RangedArrayList(ArrayList innerList, int index, int count)
				: base(innerList) 
			{
				m_InnerIndex = index;
				m_InnerCount = count;
				m_InnerStateChanges = innerList._version;
			}