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