Click or drag to resize

CombiVisitorRVisitSentence Method

Visits a combination sentence.

Namespace:  Karamba.Loads.Combinations
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public virtual R VisitSentence(
	CombinationSentence sentence
)

Parameters

sentence
Type: Karamba.Loads.CombinationsCombinationSentence
Sentence to be visited.

Return Value

Type: R

[Missing <returns> documentation for "M:Karamba.Loads.Combinations.CombiVisitor`1.VisitSentence(Karamba.Loads.Combinations.CombinationSentence)"]

See Also