We moved all namespaces into a single namespace. No matter which (WinUICommunity) library you use, the namespace is always as follows
For use in the Xaml:xmlns:wuc="using:WinUICommunity"
For use in the Csharp:using WinUICommunity;
Observable
inherited from INotifyPropertyChanged
1 | public class ShellViewModel : Observable |
Generic Comapre
Check if there is an specific item in the collection or not
1 | var model = new Model |