C# Class Binder, better-quiz-app

Mostra file Open project: starrodkirby86/better-quiz-app Class Usage Examples

Public Properties

Property Type Description
filename string
myCards List
nickname string
weight int

Public Methods

Method Description
Binder ( string name ) : System.Collections.Generic
addCard ( Card, submission ) : void
getCard ( int index ) : Card,

Method Details

Binder() public method

public Binder ( string name ) : System.Collections.Generic
name string
return System.Collections.Generic

addCard() public method

public addCard ( Card, submission ) : void
submission Card,
return void

getCard() public method

public getCard ( int index ) : Card,
index int
return Card,

Property Details

filename public_oe property

public string filename
return string

myCards public_oe property

public List myCards
return List

nickname public_oe property

public string nickname
return string

weight public_oe property

public int weight
return int