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

Add() public method

public Add ( Object obj ) : int
obj Object
return int
            public virtual int Add(Object obj)
            {
                throw new NotSupportedException(SR.NotSupported_FixedSizeCollection);
            }