Skip to content

Commit 1ac8871

Browse files
committed
Drop region
1 parent a29cbba commit 1ac8871

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/EFCore.MySql/Extensions/MySqlComplexTypePropertyBuilderExtensions.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ namespace Microsoft.EntityFrameworkCore
1313
/// </summary>
1414
public static class MySqlComplexTypePropertyBuilderExtensions
1515
{
16-
#region Computed
17-
1816
/// <summary>
1917
/// Configures the charset for the property's column.
2018
/// </summary>
@@ -43,8 +41,5 @@ public static ComplexTypePropertyBuilder<TProperty> HasCharSet<TProperty>(
4341
[NotNull] this ComplexTypePropertyBuilder<TProperty> propertyBuilder,
4442
string charSet)
4543
=> (ComplexTypePropertyBuilder<TProperty>)HasCharSet((ComplexTypePropertyBuilder)propertyBuilder, charSet);
46-
47-
48-
#endregion Computed
4944
}
5045
}

0 commit comments

Comments
 (0)