System.Collections.ArrayList.IListWrapper.IListWrapper C# (CSharp) 메소드

IListWrapper() 개인적인 메소드

private IListWrapper ( IList list ) : System.Security
list IList
리턴 System.Security
            internal IListWrapper(IList list)
            {
                _list = list;
                _version = 0; // list doesn't not contain a version number
            }