C# Class XamarinEvolveSSLibrary.UserList

Afficher le fichier Open project: bholmes/XamarinEvolve2013Project Class Usage Examples

Méthodes publiques

Méthode Description
Add ( User newUser ) : User
Delete ( User userToDelete ) : void
UserList ( ) : System
UserList ( List list ) : System
this ( int index ) : User
this ( string username ) : User

Method Details

Add() public méthode

public Add ( User newUser ) : User
newUser User
Résultat User

Delete() public méthode

public Delete ( User userToDelete ) : void
userToDelete User
Résultat void

UserList() public méthode

public UserList ( ) : System
Résultat System

UserList() public méthode

public UserList ( List list ) : System
list List
Résultat System

this() public méthode

public this ( int index ) : User
index int
Résultat User

this() public méthode

public this ( string username ) : User
username string
Résultat User