|
CombinationSentence Constructor
|
Initializes a new instance of the
CombinationSentence class.
constructs a new combination sentence.
Namespace:
Karamba.Loads.Combinations
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic CombinationSentence(
int lineNum_,
string exprName_,
CombinationExpression expr_
)
Public Sub New (
lineNum_ As Integer,
exprName_ As String,
expr_ As CombinationExpression
)
public:
CombinationSentence(
int lineNum_,
String^ exprName_,
CombinationExpression^ expr_
)
new :
lineNum_ : int *
exprName_ : string *
expr_ : CombinationExpression -> CombinationSentence
Parameters
- lineNum_
- Type: SystemInt32
number of the line of the sentence. - exprName_
- Type: SystemString
expression name of the sentence (left side). - expr_
- Type: Karamba.Loads.CombinationsCombinationExpression
expression of the sentence (right side).
See Also