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

Add() public method

public Add ( object value ) : int
value object
return int
			public override int Add(object value) 
			{
				throw new NotSupportedException(this.ErrorMessage);
			}