コード例 #1
0
 public InterpreterProperties(InterpreterProperties rhs)
 {
     executingGraphNode            = rhs.executingGraphNode;
     nodeIterations                = rhs.nodeIterations;
     functionCallArguments         = rhs.functionCallArguments;
     functionCallDotCallDimensions = rhs.functionCallDotCallDimensions;
 }
コード例 #2
0
ファイル: RuntimeCore.cs プロジェクト: AutodeskFractal/Dynamo
 public InterpreterProperties(InterpreterProperties rhs)
 {
     executingGraphNode = rhs.executingGraphNode;
     nodeIterations = rhs.nodeIterations;
     functionCallArguments = rhs.functionCallArguments;
     functionCallDotCallDimensions = rhs.functionCallDotCallDimensions;
 }