[CanBeNullAttribute]
public ICommand ResetCommand { get; }
<CanBeNullAttribute>
Public ReadOnly Property ResetCommand As ICommand
Get
public:
[CanBeNullAttribute]
property ICommand^ ResetCommand {
ICommand^ get ();
}
[<CanBeNullAttribute>]
member ResetCommand : ICommand with get