Updated XML documentation for several methods
This commit is contained in:
parent
726576e3e0
commit
417ffbc740
7 changed files with 17 additions and 19 deletions
|
|
@ -34,8 +34,7 @@ namespace Rests
|
|||
/// <summary>
|
||||
/// Rest command delegate
|
||||
/// </summary>
|
||||
/// <param name="parameters">Parameters in the url</param>
|
||||
/// <param name="verbs">{x} in urltemplate</param>
|
||||
/// <param name="args">RestRequestArgs object containing Verbs, Parameters, Request, and TokenData</param>
|
||||
/// <returns>Response object or null to not handle request</returns>
|
||||
public delegate object RestCommandD(RestRequestArgs args);
|
||||
|
||||
|
|
|
|||
|
|
@ -57,8 +57,7 @@ namespace Rests
|
|||
/// <summary>
|
||||
/// Gets value safely, if it does not exist, return null. Sets/Adds value safely, if null it will remove.
|
||||
/// </summary>
|
||||
/// <param name="key"></param>
|
||||
/// <param name="value"></param>
|
||||
/// <param name="key">the key</param>
|
||||
/// <returns>Returns null if key does not exist.</returns>
|
||||
public new object this[string key]
|
||||
{
|
||||
|
|
|
|||
|
|
@ -27,8 +27,7 @@ namespace Rests
|
|||
/// <summary>
|
||||
/// Gets value safely, if it does not exist, return null. Sets/Adds value safely, if null it will remove.
|
||||
/// </summary>
|
||||
/// <param name="key"></param>
|
||||
/// <param name="value"></param>
|
||||
/// <param name="key">the key</param>
|
||||
/// <returns>Returns null if key does not exist.</returns>
|
||||
public new string this[string key]
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue