Skip to content

Commit 1f52dde

Browse files
committed
Add comment about IsExternalInit
1 parent fb08b67 commit 1f52dde

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/PowerShellEditorServices/Utility/IsExternalInit.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
namespace System.Runtime.CompilerServices
44
{
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>
510
[EditorBrowsable(EditorBrowsableState.Never)]
611
internal class IsExternalInit{}
712
}

0 commit comments

Comments
 (0)