System.Collections.ArrayList.ArrayListEnumeratorSimple.Clone C# (CSharp) Method

Clone() public method

public Clone ( ) : object
return object
            public object Clone() => MemberwiseClone();