Click or drag to resize

CombiParserParse Method

extracts from the given lines the names and the corresponding name-combinations.

Namespace:  Karamba.Loads.Combinations
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public List<CombinationSentence> Parse(
	IEnumerable<string> lines
)

Parameters

lines
Type: System.Collections.GenericIEnumerableString
text to interpret.

Return Value

Type: ListCombinationSentence
tuples of line-number, name of expression and name-combination.
See Also