Skip to content

Instantly share code, notes, and snippets.

@wtuts
Created June 26, 2014 18:57
Show Gist options
  • Save wtuts/be1f6a37a7250e199b5d to your computer and use it in GitHub Desktop.
Save wtuts/be1f6a37a7250e199b5d to your computer and use it in GitHub Desktop.
Isolated Storage
//Sample class for composite object
public class Resultclass
{
public string name { get; set; }
public int marks { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment