I am creating an application in which I have a page for creating a customer. for that I have written following code.
customer=new MobileApp.CustomerViewModel(); //for creating new customer
I want to delete this object. how can I perform this ??
Setting customer = null
will make this enable for garbage collector, given that there is no other valid reference to that object.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With