wasSharp

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 34  →  ?path2? @ 33
/Collections/Generic/CircularQueue.cs
@@ -59,17 +59,6 @@
}
}
 
public bool IsEmpty
{
get
{
lock (SyncRoot)
{
return Store.Count.Equals(0);
}
}
}
 
private T GetNext
{
get