C# Class XamarinEvolveSSLibrary.UserList

Datei anzeigen Open project: bholmes/XamarinEvolve2013Project Class Usage Examples

Public Methods

Method 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 method

public Add ( User newUser ) : User
newUser User
return User

Delete() public method

public Delete ( User userToDelete ) : void
userToDelete User
return void

UserList() public method

public UserList ( ) : System
return System

UserList() public method

public UserList ( List list ) : System
list List
return System

this() public method

public this ( int index ) : User
index int
return User

this() public method

public this ( string username ) : User
username string
return User