ClassNodeCollection
Class
Represents a collection of a Node instances.
Definition
Namespace:Telerik.Core
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class NodeCollection : IEnumerable<Node>, IEnumerable
Inheritance: objectNodeCollection
Implements:
Properties
Count
Gets the count of all the items.
Methods
GetEnumerator()
Gets the IEnumerator instance that allows for traversing all the items.
Declaration
cs-api-definition
public IEnumerator<Node> GetEnumerator()
Returns
Implements