System.Collections.ArrayList.ReadOnlyListWrapper.ReadOnlyListWrapper C# (CSharp) Méthode

ReadOnlyListWrapper() public méthode

public ReadOnlyListWrapper ( IList innerList ) : System.Runtime.InteropServices
innerList IList
Résultat System.Runtime.InteropServices
			public ReadOnlyListWrapper(IList innerList)
				: base(innerList) 
			{
			}
ArrayList.ReadOnlyListWrapper