[]
Adds a Warning object to the current collection.
public int Add(Warning item)
Public Function Add(item As Warning) As Integer
| Type | Name | Description |
|---|---|---|
| Warning | item | The warning to add. |
| Type | Description |
|---|---|
| int | The index of the added object in the current collection. |