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

ReadOnlyListWrapper() public method

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