Click or drag to resize

CombiVisitorRVisitSentences Method

Visits a list of combination sentences.

Namespace:  Karamba.Loads.Combinations
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public abstract R VisitSentences(
	List<CombinationSentence> sentences
)

Parameters

sentences
Type: System.Collections.GenericListCombinationSentence
Sentence to be visited.

Return Value

Type: R

[Missing <returns> documentation for "M:Karamba.Loads.Combinations.CombiVisitor`1.VisitSentences(System.Collections.Generic.List{Karamba.Loads.Combinations.CombinationSentence})"]

See Also