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

FixedSizeArrayListWrapper() public method

public FixedSizeArrayListWrapper ( ArrayList innerList ) : System.Runtime.InteropServices
innerList ArrayList
return System.Runtime.InteropServices
			public FixedSizeArrayListWrapper(ArrayList innerList)
				: base(innerList) 
			{
			}