C# Class Binder, better-quiz-app

Show 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 property

public string filename
return string

myCards public property

public List myCards
return List

nickname public property

public string nickname
return string

weight public property

public int weight
return int