Use better code
This commit is contained in:
parent
608e7a99bc
commit
75c8a8ced4
32 changed files with 77 additions and 105 deletions
|
|
@ -63,8 +63,7 @@ namespace Rests
|
|||
{
|
||||
get
|
||||
{
|
||||
object ret;
|
||||
if (TryGetValue(key, out ret))
|
||||
if (TryGetValue(key, out object ret))
|
||||
return ret;
|
||||
return null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue