System.Collections.ArrayList.FixedSizeList.Clear C# (CSharp) Method

Clear() public method

public Clear ( ) : void
return void
            public virtual void Clear()
            {
                throw new NotSupportedException(SR.NotSupported_FixedSizeCollection);
            }