Click or drag to resize

ExtensionsAncestorsAndSelfT Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Json.Linq.Extensions.AncestorsAndSelf``1(System.Collections.Generic.IEnumerable{``0})"]

Namespace:  Stimulsoft.Base.Json.Linq
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static IJEnumerable<JToken> AncestorsAndSelf<T>(
	this IEnumerable<T> source
)
where T : JToken

Parameters

source
Type: System.Collections.GenericIEnumerableT

[Missing <param name="source"/> documentation for "M:Stimulsoft.Base.Json.Linq.Extensions.AncestorsAndSelf``1(System.Collections.Generic.IEnumerable{``0})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Stimulsoft.Base.Json.Linq.Extensions.AncestorsAndSelf``1(System.Collections.Generic.IEnumerable{``0})"]

Return Value

Type: IJEnumerableJToken

[Missing <returns> documentation for "M:Stimulsoft.Base.Json.Linq.Extensions.AncestorsAndSelf``1(System.Collections.Generic.IEnumerable{``0})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerableT. 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