Updated CloneableGenerator.cs

This commit is contained in:
Emotion 2023-08-08 20:31:53 +12:00
parent 5b6de8008d
commit 9ee49de223
No known key found for this signature in database
GPG key ID: D7D3E4C27A98C37B

View file

@ -184,7 +184,7 @@ namespace {namespaceName}
}}";
}
private IEnumerable<(string line, bool isCloneable)> GenerateFieldAssignmentsCode(INamedTypeSymbol classSymbol, bool isExplicit)
private IEnumerable<(string line, bool isCloneable)> GenerateFieldAssignmentsCode(INamedTypeSymbol classSymbol, bool isExplicit )
{
var fieldNames = GetCloneableProperties(classSymbol, isExplicit);