fix warning in cref for list (#12096)

This commit is contained in:
William Cheng
2022-04-10 09:37:09 +08:00
committed by GitHub
parent 4374a63a4c
commit 4e82b74cd5
9 changed files with 24 additions and 9 deletions

View File

@@ -72,7 +72,7 @@ namespace Org.OpenAPITools.Model
/// <summary>
/// Initializes a new instance of the <see cref="PolymorphicProperty" /> class
/// with the <see cref="List&lt;string&gt;" /> class
/// with the <see cref="List{String}" /> class
/// </summary>
/// <param name="actualInstance">An instance of List&lt;string&gt;.</param>
public PolymorphicProperty(List<string> actualInstance)

View File

@@ -73,7 +73,7 @@ namespace Org.OpenAPITools.Model
/// <summary>
/// Initializes a new instance of the <see cref="PolymorphicProperty" /> class
/// with the <see cref="List&lt;string&gt;" /> class
/// with the <see cref="List{String}" /> class
/// </summary>
/// <param name="actualInstance">An instance of List&lt;string&gt;.</param>
public PolymorphicProperty(List<string> actualInstance)

View File

@@ -72,7 +72,7 @@ namespace Org.OpenAPITools.Model
/// <summary>
/// Initializes a new instance of the <see cref="PolymorphicProperty" /> class
/// with the <see cref="List&lt;string&gt;" /> class
/// with the <see cref="List{String}" /> class
/// </summary>
/// <param name="actualInstance">An instance of List&lt;string&gt;.</param>
public PolymorphicProperty(List<string> actualInstance)

View File

@@ -72,7 +72,7 @@ namespace Org.OpenAPITools.Model
/// <summary>
/// Initializes a new instance of the <see cref="PolymorphicProperty" /> class
/// with the <see cref="List&lt;string&gt;" /> class
/// with the <see cref="List{String}" /> class
/// </summary>
/// <param name="actualInstance">An instance of List&lt;string&gt;.</param>
public PolymorphicProperty(List<string> actualInstance)

View File

@@ -72,7 +72,7 @@ namespace Org.OpenAPITools.Model
/// <summary>
/// Initializes a new instance of the <see cref="PolymorphicProperty" /> class
/// with the <see cref="List&lt;string&gt;" /> class
/// with the <see cref="List{String}" /> class
/// </summary>
/// <param name="actualInstance">An instance of List&lt;string&gt;.</param>
public PolymorphicProperty(List<string> actualInstance)

View File

@@ -72,7 +72,7 @@ namespace Org.OpenAPITools.Model
/// <summary>
/// Initializes a new instance of the <see cref="PolymorphicProperty" /> class
/// with the <see cref="List&lt;string&gt;" /> class
/// with the <see cref="List{String}" /> class
/// </summary>
/// <param name="actualInstance">An instance of List&lt;string&gt;.</param>
public PolymorphicProperty(List<string> actualInstance)