Calling generic static method in PowerShell

前端 未结 5 903
温柔的废话
温柔的废话 2020-12-05 23:47

How do you call a generic static method of a custom class in Powershell?

Given the following class:

public class Sample
{
    public static string My         


        
5条回答
提交回复
热议问题