System.Collections.ArrayList.ArrayListWrapper.ArrayListWrapper C# (CSharp) Method

ArrayListWrapper() public method

public ArrayListWrapper ( ArrayList innerArrayList ) : System.Runtime.InteropServices
innerArrayList ArrayList
return System.Runtime.InteropServices
			public ArrayListWrapper(ArrayList innerArrayList) 
			{			
				m_InnerArrayList = innerArrayList;
			}