Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
.NET Framework Class Library
C1OrderedSet
.
.
::
.
.
Add Method (Int32)
C1OrderedSet Class
See Also
Adds an item to the
ICollection
<
(Of
<
(
<'
T
>
)
>
)
>
.
Namespace:
C1.WPF
Assembly:
C1.WPF
(in C1.WPF.dll)
Syntax
C#
public
void
Add
(
int
item
)
Visual Basic
Public
Sub
Add
( _
item
As
Integer
_ )
Parameters
item
Type:
System
.
.
::
.
.
Int32
The object to add to the
ICollection
<
(Of
<
(
<'
T
>
)
>
)
>
.
Implements
ICollection
<
(Of
<
(
<'
T
>
)
>
)
>
.
.
::
.
.
Add(T)
See Also
C1OrderedSet Class
Add Overload
C1.WPF Namespace