C# Class CityGenerator.District

A collection of all cells of with the same type
Show file Open project: TobieD/City-Generator Class Usage Examples

Public Properties

Property Type Description
Cells List
DistrictType string

Public Methods

Method Description
District ( ) : System.Collections.Generic

Method Details

District() public method

public District ( ) : System.Collections.Generic
return System.Collections.Generic

Property Details

Cells public property

public List Cells
return List

DistrictType public property

public string DistrictType
return string