Initializes a new instance of the ReadOnlyNodeCollection class.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.HierarchicalData.Core (in DlhSoft.HierarchicalData.Core.dll)

Syntax

C#
public ReadOnlyNodeCollection(
	NodeCollection nodes
)
Visual Basic (Declaration)
Public Sub New ( _
	nodes As NodeCollection _
)

Parameters

nodes
Type: DlhSoft.Windows.Data..::.NodeCollection
Source node collection to be used by the new read-only node collection.

See Also