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

SynchronizedListWrapper() public method

public SynchronizedListWrapper ( IList innerList ) : System.Runtime.InteropServices
innerList IList
return System.Runtime.InteropServices
			public SynchronizedListWrapper(IList innerList)
				: base(innerList) 
			{
				m_SyncRoot = innerList.SyncRoot;
			}