In this blog post, you’ll learn more about the C# Compiler Warning – CS0197 and the related message description
C# Compiler Warning Code
CS0197
C# Compiler Description for the Code :CS0197
Using ‘{0}’ as a ref or out value or taking its address may cause a runtime exception because it is a field of a marshal-by-reference class
Leave a Reply