public static void EnsureNullCheckThrown( Action action, string parameterName, string constructorName, Action<string> output )
Public Shared Sub EnsureNullCheckThrown ( _ action As Action, _ parameterName As String, _ constructorName As String, _ output As Action(Of String) _ )
public: static void EnsureNullCheckThrown( Action^ action, String^ parameterName, String^ constructorName, Action<String^>^ output )