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