C# Compiler Error – CS1770 a value of type ‘{0}’ cannot be used as
In this blog post, you’ll learn more about the C# Compiler Error – CS1770 and the related message description
C# Compiler Error Code
CS1770
C# Compiler Description for the Code :CS1770
A value of type ‘{0}’ cannot be used as default parameter for nullable parameter ‘{1}’ because ‘{0}’ is not a simple type
Leave Your Comment