forked from loafle/openapi-generator-original
update csharp samples
This commit is contained in:
parent
a390676cc6
commit
1188d0f141
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user