Xamarin Prism Snippets
Some useful code snippet while developing ViewModel for Xamarin with Prism. It includes following snippets.
- propXam : View Model Property with field and property replacements
- propXamBool : View Model Bool Property with field and property replacements
- propXamCommand : View Model Command Property with field, property and command handler method
- propXamDep : Control new dependency property with registration field, data field and property
- inheritdoc : inheritdoc declaration on implemented class members
Happy coding!
Utkarsh Chauhan
| |