Click or drag to resize

TreeNodeExtensionsAnyBetweenLeavesAndHereT Method

[Missing <summary> documentation for "M:Altaxo.Collections.TreeNodeExtensions.AnyBetweenLeavesAndHere``1(``0,System.Func{``0,System.Boolean})"]


Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static T AnyBetweenLeavesAndHere<T>(
	this T node,
	Func<T, bool> condition
)
where T : Object, ITreeNode<T>

Parameters

node  T

[Missing <param name="node"/> documentation for "M:Altaxo.Collections.TreeNodeExtensions.AnyBetweenLeavesAndHere``1(``0,System.Func{``0,System.Boolean})"]

condition  FuncT, Boolean

[Missing <param name="condition"/> documentation for "M:Altaxo.Collections.TreeNodeExtensions.AnyBetweenLeavesAndHere``1(``0,System.Func{``0,System.Boolean})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Altaxo.Collections.TreeNodeExtensions.AnyBetweenLeavesAndHere``1(``0,System.Func{``0,System.Boolean})"]

Return Value

T

[Missing <returns> documentation for "M:Altaxo.Collections.TreeNodeExtensions.AnyBetweenLeavesAndHere``1(``0,System.Func{``0,System.Boolean})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type T. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also