using clauses cleanup
This commit is contained in:
parent
422e8b766b
commit
b679707b83
292 changed files with 91 additions and 685 deletions
|
|
@ -1,6 +1,4 @@
|
|||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Yavsc.Abstract.IT
|
||||
{
|
||||
|
|
@ -13,10 +11,10 @@ namespace Yavsc.Abstract.IT
|
|||
|
||||
}
|
||||
public CharArray (IList<char> word): base(word) {
|
||||
|
||||
|
||||
}
|
||||
public CharArray (IEnumerable<char> word): base(word) {
|
||||
|
||||
|
||||
}
|
||||
|
||||
public IList<char> Aggregate(char other)
|
||||
|
|
@ -89,10 +87,10 @@ namespace Yavsc.Abstract.IT
|
|||
State = -3;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
State = states[letter];
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue