Show / Hide Table of Contents

Class NavigationNodeExtension

Inheritance
object
NavigationNodeExtension
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Docs.Documents
Assembly: Volo.Docs.Domain.Shared.dll
Syntax
public static class NavigationNodeExtension

Methods

GetAllNodes(IEnumerable<NavigationNode>, Func<NavigationNode, IEnumerable<NavigationNode>>)

Declaration
public static IEnumerable<NavigationNode> GetAllNodes(this IEnumerable<NavigationNode> source, Func<NavigationNode, IEnumerable<NavigationNode>> selector)
Parameters
Type Name Description
IEnumerable<NavigationNode> source
Func<NavigationNode, IEnumerable<NavigationNode>> selector
Returns
Type Description
IEnumerable<NavigationNode>
In this article
Back to top Powered by ABP.IO Platform