ValueExtensions.ResolveBy Method (Value, Queue.String.)

Resolves the current Value by the specified Queue.T. of elements.

Namespace:  TcHmiSrv.Core.Extensions
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public static Value ResolveBy(
    this Value value,
    Queue<string> elements
)

Parameters

value

Type: TcHmiSrv.Core.Value
The Value to resolve.

elements

Type: System.Collections.Generic.Queue.String.
A Queue.T. containing the elements by which value should be resolved.

Return Value

Type: Value
A sub-Value of value resolved by elements.

Usage Note

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

Reference

ValueExtensions Class

ResolveBy Overload

TcHmiSrv.Core.Extensions Namespace