[NotNullAttribute]
public static TCommand Instance { get; }
<NotNullAttribute>
Public Shared ReadOnly Property Instance As TCommand
Get
public:
[NotNullAttribute]
static property TCommand Instance {
TCommand get ();
}
[<NotNullAttribute>]
static member Instance : 'TCommand with get