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(
	Header item
)
Visual Basic
Public Sub Add ( 
	item As Header
)
Visual C++
public:
virtual void Add(
	Header^ item
) sealed
F#
abstract Add : 
        item : Header -> unit 
override Add : 
        item : Header -> unit 

Parameters

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

Implements

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

See Also