Click or drag to resize

ExtensionsValueT, U Method (IEnumerableT)

[Missing <summary> documentation for "M:Stimulsoft.Base.Json.Linq.Extensions.Value``2(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 U Value<T, U>(
	this IEnumerable<T> value
)
where T : JToken

Parameters

value
Type: System.Collections.GenericIEnumerableT

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

Type Parameters

T

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

U

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

Return Value

Type: U

[Missing <returns> documentation for "M:Stimulsoft.Base.Json.Linq.Extensions.Value``2(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