Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
.NET Framework Class Library
WarningCollection
.
.
::
.
.
Add Method
WarningCollection Class
See Also
Adds a
Warning
object to the current collection.
Namespace:
C1.C1Preview
Assembly:
C1.C1Report.2
(in C1.C1Report.2.dll)
Syntax
C#
public
int
Add
(
Warning
item
)
Visual Basic
Public
Function
Add
( _
item
As
Warning
_ )
As
Integer
Parameters
item
Type:
C1.C1Preview
.
.
::
.
.
Warning
The warning to add.
Return Value
The index of the added object in the current collection.
See Also
WarningCollection Class
C1.C1Preview Namespace