In this blog post, you’ll learn more about the C# Compiler Error – CS8923 and the related message description
C# Compiler Error Code
CS8923
C# Compiler Description for the Code :CS8923
The return type for ++ or — operator must either match the parameter type, or be derived from the parameter type, or be the containing type’s type parameter constrained to it unless the parameter type is a different type parameter.
Leave a Reply