forked from loafle/openapi-generator-original
fix warning in cref for list (#12096)
This commit is contained in:
@@ -72,7 +72,7 @@ namespace Org.OpenAPITools.Model
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="PolymorphicProperty" /> class
|
||||
/// with the <see cref="List<string>" /> class
|
||||
/// with the <see cref="List{String}" /> class
|
||||
/// </summary>
|
||||
/// <param name="actualInstance">An instance of List<string>.</param>
|
||||
public PolymorphicProperty(List<string> actualInstance)
|
||||
|
||||
@@ -73,7 +73,7 @@ namespace Org.OpenAPITools.Model
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="PolymorphicProperty" /> class
|
||||
/// with the <see cref="List<string>" /> class
|
||||
/// with the <see cref="List{String}" /> class
|
||||
/// </summary>
|
||||
/// <param name="actualInstance">An instance of List<string>.</param>
|
||||
public PolymorphicProperty(List<string> actualInstance)
|
||||
|
||||
@@ -72,7 +72,7 @@ namespace Org.OpenAPITools.Model
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="PolymorphicProperty" /> class
|
||||
/// with the <see cref="List<string>" /> class
|
||||
/// with the <see cref="List{String}" /> class
|
||||
/// </summary>
|
||||
/// <param name="actualInstance">An instance of List<string>.</param>
|
||||
public PolymorphicProperty(List<string> actualInstance)
|
||||
|
||||
@@ -72,7 +72,7 @@ namespace Org.OpenAPITools.Model
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="PolymorphicProperty" /> class
|
||||
/// with the <see cref="List<string>" /> class
|
||||
/// with the <see cref="List{String}" /> class
|
||||
/// </summary>
|
||||
/// <param name="actualInstance">An instance of List<string>.</param>
|
||||
public PolymorphicProperty(List<string> actualInstance)
|
||||
|
||||
@@ -72,7 +72,7 @@ namespace Org.OpenAPITools.Model
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="PolymorphicProperty" /> class
|
||||
/// with the <see cref="List<string>" /> class
|
||||
/// with the <see cref="List{String}" /> class
|
||||
/// </summary>
|
||||
/// <param name="actualInstance">An instance of List<string>.</param>
|
||||
public PolymorphicProperty(List<string> actualInstance)
|
||||
|
||||
@@ -72,7 +72,7 @@ namespace Org.OpenAPITools.Model
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="PolymorphicProperty" /> class
|
||||
/// with the <see cref="List<string>" /> class
|
||||
/// with the <see cref="List{String}" /> class
|
||||
/// </summary>
|
||||
/// <param name="actualInstance">An instance of List<string>.</param>
|
||||
public PolymorphicProperty(List<string> actualInstance)
|
||||
|
||||
Reference in New Issue
Block a user