C# Class PGCGame.Xml.XmlTypes.XmlCredits

Inheritance: XmlBaseLoader
Show file Open project: GreatMindsRobotics/PGCGame Class Usage Examples

Public Properties

Property Type Description
AllHelpers List
Students Student>>.List

Public Methods

Method Description
LoadData ( ) : void

Method Details

LoadData() public method

public LoadData ( ) : void
return void

Property Details

AllHelpers public property

public List AllHelpers
return List

Students public property

List of Key-Value pairs; int WeekID, struct Student
public List> Students
return Student>>.List