System.Collections.ArrayList.ArrayListWrapper.ArrayListWrapper C# (CSharp) 메소드

ArrayListWrapper() 공개 메소드

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