Sitecore 5.1.1 API

ItemCollection.Add Method 

[Visual Basic]
Public Function Add( _
   ByVal item As Item _
) As Integer
[C#]
public int Add(
   Item item
);

See Also

ItemCollection Class | Sitecore.Collections Namespace