Пример #1
0
 bool ExpressionVisitor <bool> .VisitScopeResolution(ScopeResolution scopeResolution)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public DataType VisitScopeResolution(ScopeResolution scopeResolution)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public void VisitScopeResolution(ScopeResolution scope)
 {
 }
Пример #4
0
 public Expression VisitScopeResolution(ScopeResolution scopeResolution)
 {
     throw new NotImplementedException();
 }