public static Action<int>? EnvironmentExitAction { get; set; }Public Shared Property EnvironmentExitAction As Action(Of Integer)
Get
Setpublic:
static property Action<int>^ EnvironmentExitAction {
Action<int>^ get ();
void set (Action<int>^ value);
}static member EnvironmentExitAction : Action<int> with get, set