ef88a320 98c7 fee9 e65c 944cc512fdc0 - akesseler/Plexdata.Utilities.Templates GitHub Wiki

RelationsAssigner.IsAssignAllByIndex Method

Determines whether all tokens can be handled by index.

Namespace: Plexdata.Utilities.Formatting.Helpers
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0

Syntax

C#

private static bool IsAssignAllByIndex(
	this IEnumerable<BaseToken> tokens
)

Parameters

 

tokens
Type: System.Collections.Generic.IEnumerable(BaseToken)
The list of tokens to be validated.

Return Value

Type: Boolean
True if all included tokens can be processed by index and false if at least one token must be processed by left-to-right position.

Usage Note

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

Remarks

This method determines whether all tokens can be handled by index or have to be processed by label.

See Also

Reference

RelationsAssigner Class
Plexdata.Utilities.Formatting.Helpers Namespace

⚠️ **GitHub.com Fallback** ⚠️