361fe226 8581 9fdb 2eb0 a6a03e57e70a - akesseler/Plexdata.Utilities.Templates GitHub Wiki

RelationsAssigner.Assign Method

Assigns the token labels to their corresponding arguments.

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

Syntax

C#

public static IArgumentRelations Assign(
	IEnumerable<BaseToken> tokens,
	Object[] arguments
)

Parameters

 

tokens
Type: System.Collections.Generic.IEnumerable(BaseToken)
The list of tokens to be processed.
arguments
Type: System.Object[]
The list of arguments to be assigned.

Return Value

Type: IArgumentRelations
An instance of an IArgumentRelations derived class to obtains all assignments from.

Remarks

This method assigns the token labels to their corresponding arguments.

See Also

Reference

RelationsAssigner Class
Plexdata.Utilities.Formatting.Helpers Namespace

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