HomeCSharpPage 6

CSharp

Showing 101 - 120 of 961 results
C# Error CS8154 – The body of ‘{0}’ cannot be an iterator block because ‘{0}’ returns by reference Reason for...
C# Error CS8153 – An expression tree lambda may not contain a call to a method, property, or indexer that...
C# Error CS8152 – ‘{0}’ does not implement interface member ‘{1}’. ‘{2}’ cannot implement ‘{1}’ because it does not have...
C# Error CS8151 – The return expression must be of type ‘{0}’ because this method returns by reference Reason for...
C# Error CS8150 – By-value returns may only be used in methods that return by value Reason for the Error...
C# Error CS8149 – By-reference returns may only be used in methods that return by reference Reason for the Error...
C# Error CS8148 – ‘{0}’ must match by reference return of overridden member ‘{1}’ Reason for the Error & Solution...
C# Error CS8147 – Properties which return by reference cannot have set accessors Reason for the Error & Solution Properties...
C# Error CS8146 – Properties which return by reference must have a get accessor Reason for the Error & Solution...
C# Error CS8145 – Auto-implemented properties cannot return by reference Reason for the Error & Solution Auto-implemented properties cannot return...
C# Error CS8141 – The tuple element names in the signature of method ‘{0}’ must match the tuple element names...
C# Error CS8140 – ‘{0}’ is already listed in the interface list on type ‘{2}’ with different tuple element names,...
C# Error CS8139 – ‘{0}’: cannot change tuple element names when overriding inherited member ‘{1}’ Reason for the Error &...
C# Error CS8132 – Cannot deconstruct a tuple of ‘{0}’ elements into ‘{1}’ variables. Reason for the Error & Solution...
C# Error CS8131 – Deconstruct assignment requires an expression with a type on the right-hand-side. Reason for the Error &...
C# Error CS8130 – Cannot infer the type of implicitly-typed deconstruction variable ‘{0}’. Reason for the Error & Solution Cannot...
C# Error CS8129 – No suitable ‘Deconstruct’ instance or extension method was found for type ‘{0}’, with {1} out parameters...
C# Error CS8127 – Tuple element names must be unique. Reason for the Error & Solution Tuple element names must...
C# Error CS8125 – Tuple element name ‘{0}’ is only allowed at position {1}. Reason for the Error & Solution...
C# Error CS8124 – Tuple must contain at least two elements. Reason for the Error & Solution Tuple must contain...

Categories

Archives