C# Class OpenRA.FileFormats.XccGlobalDatabase

Inheritance: IDisposable
Show file Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
Entries string[]

Public Methods

Method Description
Dispose ( ) : void
XccGlobalDatabase ( Stream stream ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

XccGlobalDatabase() public method

public XccGlobalDatabase ( Stream stream ) : System
stream Stream
return System

Property Details

Entries public property

public string[] Entries
return string[]