Trying to use designsurface.cs but have error on line 84 - public ICollection LoadErrors => _loadErrors ?? Array.Empty<object>(); #12514
Labels
❔ question
General question, not a problem in source code or documentation (yet)
I am trying to use the code designsurface.cs.
I am using the c# compiler supplied with the current version of Windows -
Microsoft (R) Visual C# 2008 Compiler version 3.5.30729.9151
for Microsoft (R) .NET Framework version 3.5
line 84 appears to not compile
public ICollection LoadErrors => _loadErrors ?? Array.Empty();
Can you help me please?
DMT
The text was updated successfully, but these errors were encountered: