We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb08b67 commit 1f52ddeCopy full SHA for 1f52dde
src/PowerShellEditorServices/Utility/IsExternalInit.cs
@@ -2,6 +2,11 @@
2
3
namespace System.Runtime.CompilerServices
4
{
5
+ /// <summary>
6
+ /// This type must be defined to use init property accessors,
7
+ /// but is not in .NET Standard 2.0.
8
+ /// So instead we define the type in our own code.
9
+ /// </summary>
10
[EditorBrowsable(EditorBrowsableState.Never)]
11
internal class IsExternalInit{}
12
}
0 commit comments