public int Add(
Object item
)Public Function Add (
item As Object
) As Integerpublic:
int Add(
Object^ item
)member Add :
item : Object -> int | ArgumentNullException | This is thrown if the item is null |
| ArgumentException | This is thrown if an attempt is made to add an item to the collection when a data source is in use. |