A way/special attribute to be used in conjunction with ICommand or ObservableProperty which signalizes the backing field not to be serialized
Describe the solution [ICommand]
[SpecialXMLIgnore]
private void DoSomething()
{
MessageBox.Show("Hello");
}
Example which should compile to
[XmlIgnore]
private IRelayCommand? doSomethingCommand;
public IRelayCommand DoSomethingCommand => doSomethingCommand ??= new RelayCommand(DoSomething);
Alternatives
No response
Additional infoNo response
Help us help youNo response
skint007, eriove and danielmeza
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4