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

ToArray() 개인적인 메소드

private ToArray ( Type type ) : Array
type System.Type
리턴 System.Array
            public override Array ToArray(Type type)
            {
                return _list.ToArray(type);
            }

Same methods

ArrayList.ReadOnlyArrayList::ToArray ( ) : Object[]