C# Compiler Error – CS1917 members of readonly field ‘{0}’ of type

In this blog post, you’ll learn more about the C# Compiler Error – CS1917 and the related message description

C# Compiler Error Code

CS1917

C# Compiler Description for the Code :CS1917

Members of readonly field ‘{0}’ of type ‘{1}’ cannot be assigned with an object initializer because it is of a value type

Tags :

Leave Your Comment