Пример #1
0
        public static UsingStatementConstraintBuilder EnsureDoesNotHaveUsingNamespace(this Class entity, string namespaceName)
        {
            UsingStatementConstraintBuilder cb = new UsingStatementConstraintBuilder(entity, namespaceName);

            cb.RemoveUsingStatement();
            return(cb);
        }
Пример #2
0
 public static UsingStatementConstraintBuilder EnsureDoesNotHaveUsingNamespace(this Class entity, string namespaceName)
 {
     UsingStatementConstraintBuilder cb = new UsingStatementConstraintBuilder(entity, namespaceName);
     cb.RemoveUsingStatement();
     return cb;
 }