System.Collections.ArrayList.FixedSizeArrayListWrapper.Add C# (CSharp) Méthode

Add() public méthode

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