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

ReadOnlyArrayListWrapper() public method

public ReadOnlyArrayListWrapper ( ArrayList innerArrayList ) : System.Runtime.InteropServices
innerArrayList ArrayList
return System.Runtime.InteropServices
			public ReadOnlyArrayListWrapper(ArrayList innerArrayList)
				: base(innerArrayList) 
			{
			}