ef88a320 98c7 fee9 e65c 944cc512fdc0 - akesseler/Plexdata.Utilities.Templates GitHub Wiki
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
C#
private static bool IsAssignAllByIndex(
this IEnumerable<BaseToken> tokens
)
- tokens
- Type: System.Collections.Generic.IEnumerable(BaseToken)
The list of tokens to be validated.
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.
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).
This method determines whether all tokens can be handled by index or have to be processed by label.
RelationsAssigner Class
Plexdata.Utilities.Formatting.Helpers Namespace