Creates the internal read-only node collection to be provided by this NodeManager.

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

Syntax

C#
protected override ReadOnlyEntityCollection CreateReadOnlyEntityCollection(
	EntityCollection entities
)
Visual Basic (Declaration)
Protected Overrides Function CreateReadOnlyEntityCollection ( _
	entities As EntityCollection _
) As ReadOnlyEntityCollection

See Also