Пример #1
0
 public Parameter(PtRegularParameter source, string name, IType type, IExpression?defaultValue)
 {
     Source       = source;
     Name         = name;
     Type         = type;
     DefaultValue = defaultValue;
 }
Пример #2
0
 protected virtual void DoVisit(PtRegularParameter node) => VisitChildren(node);