update csharp samples

This commit is contained in:
William Cheng 2019-08-24 11:55:16 +08:00
parent a390676cc6
commit 1188d0f141

View File

@ -286,7 +286,7 @@ namespace Org.OpenAPITools.Client
#region Private Members #region Private Members
/** /**
* Helper method to encapsulate generator differences between dictioary types. * Helper method to encapsulate generator differences between dictionary types.
*/ */
private bool TryRemove(T key, out IList<TValue> value) private bool TryRemove(T key, out IList<TValue> value)
{ {
@ -295,7 +295,7 @@ namespace Org.OpenAPITools.Client
} }
/** /**
* Helper method to encapsulate generator differences between dictioary types. * Helper method to encapsulate generator differences between dictionary types.
*/ */
private bool TryAdd(T key, IList<TValue> value) private bool TryAdd(T key, IList<TValue> value)
{ {