|
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)
Syntaxpublic List<CombinationSentence> Parse(
IEnumerable<string> lines
)
Public Function Parse (
lines As IEnumerable(Of String)
) As List(Of CombinationSentence)
public:
List<CombinationSentence^>^ Parse(
IEnumerable<String^>^ lines
)
member Parse :
lines : IEnumerable<string> -> List<CombinationSentence>
Parameters
- lines
- Type: System.Collections.GenericIEnumerableString
text to interpret.
Return Value
Type:
ListCombinationSentencetuples of line-number, name of expression and name-combination.
See Also