C# Class MegaMan.IO.Xml.Includes.EntityGroupXmlWriter

Inheritance: IIncludedObjectGroupWriter
Datei anzeigen Open project: Tesserex/C--MegaMan-Engine

Public Methods

Method Description
EntityGroupXmlWriter ( EntityXmlWriter entityWriter ) : System.Collections.Generic
Write ( IEnumerable includedObjects, string filepath ) : void

Method Details

EntityGroupXmlWriter() public method

public EntityGroupXmlWriter ( EntityXmlWriter entityWriter ) : System.Collections.Generic
entityWriter EntityXmlWriter
return System.Collections.Generic

Write() public method

public Write ( IEnumerable includedObjects, string filepath ) : void
includedObjects IEnumerable
filepath string
return void