C# Class Monobjc.Tools.Generator.NAnt.GatherTypesTask

Inheritance: BaseTask
Datei anzeigen Open project: Monobjc/monobjc-tools

Private Properties

Property Type Description
AddMixedType void
AddMixedType void
LoadMixedTypes void
SaveMixedTypes void

Protected Methods

Method Description
ExecuteTask ( ) : void

Executes the task.

Private Methods

Method Description
AddMixedType ( String>.Dictionary table, String name, String types ) : void
AddMixedType ( String>.Dictionary table, TypedEntity entity ) : void
LoadMixedTypes ( String file, String>.Dictionary table ) : void
SaveMixedTypes ( String file, String>.Dictionary table ) : void

Method Details

ExecuteTask() protected method

Executes the task.
protected ExecuteTask ( ) : void
return void