Adds an item to the ICollection<(Of <(<'T>)>)>.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public void Add(
	Column item
)
Visual Basic
Public Sub Add ( 
	item As Column
)
Visual C++
public:
virtual void Add(
	Column^ item
) sealed
F#
abstract Add : 
        item : Column -> unit 
override Add : 
        item : Column -> unit 

Parameters

item
Type: Dapfor.Wpf.Controls..::..Column
The Column to add to the ICollection<(Of <(<'T>)>)>.

Implements

ICollection<(Of <(<'T>)>)>..::..Add(T)

See Also