C# Class NetFx.Generator

ファイルを表示 Open project: netfx/extensions Class Usage Examples

Public Methods

Method Description
Create ( string language, string targetNamespace, string resourcesTypeName, string targetClassName, bool makePublic, ResourceArea rootArea ) : IGenerator

Method Details

Create() public static method

public static Create ( string language, string targetNamespace, string resourcesTypeName, string targetClassName, bool makePublic, ResourceArea rootArea ) : IGenerator
language string
targetNamespace string
resourcesTypeName string
targetClassName string
makePublic bool
rootArea ResourceArea
return IGenerator