Resolve /v2/players/list generating a stack overflow
This commit is contained in:
parent
099256bdba
commit
32a0e2f1b6
1 changed files with 5 additions and 5 deletions
|
|
@ -94,17 +94,17 @@ namespace Rests
|
|||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public IEnumerator<EscapedParameter> GetEnumerator()
|
||||
{
|
||||
return GetEnumerator();
|
||||
}
|
||||
|
||||
IEnumerator IEnumerable.GetEnumerator()
|
||||
{
|
||||
foreach (IParameter param in _collection)
|
||||
{
|
||||
yield return new EscapedParameter(param);
|
||||
}
|
||||
}
|
||||
|
||||
IEnumerator IEnumerable.GetEnumerator()
|
||||
{
|
||||
return this.GetEnumerator();
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue