为什么找不到在PowerShell中定义属性的位置? PSObject类的源代码在哪里?
I want to find the PSObject.cs file in Github, but I cannot find it. And I haven't find any file containing definition of this class (System.Management.Automation.PSObject). In source code of many other classes of PowerShell, I found that the PSObject clas...