Initializes a new instance of the class with given owner node.
Syntax
public NodeCollection(
Node
)
public:
NodeCollection(
Node^
)
'Declaration
Public Function New( _
ByVal As Node _
)
'Usage
Dim owner As Node
Dim instance As New NodeCollection(owner)
Parameters
- owner
- The node that owns the node collection.
The value of this parameter cannot be null
(Nothing
in Visual Basic).
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also