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>
|
/// </summary>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
public IEnumerator<EscapedParameter> GetEnumerator()
|
public IEnumerator<EscapedParameter> GetEnumerator()
|
||||||
{
|
|
||||||
return GetEnumerator();
|
|
||||||
}
|
|
||||||
|
|
||||||
IEnumerator IEnumerable.GetEnumerator()
|
|
||||||
{
|
{
|
||||||
foreach (IParameter param in _collection)
|
foreach (IParameter param in _collection)
|
||||||
{
|
{
|
||||||
yield return new EscapedParameter(param);
|
yield return new EscapedParameter(param);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
IEnumerator IEnumerable.GetEnumerator()
|
||||||
|
{
|
||||||
|
return this.GetEnumerator();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue