Exemple #1
0
 public void AddGuard(VariableDeclarationStatement guardStatement)
 {
     Debug.Assert(Guard == null);
     Guard = guardStatement;
 }