C# Class nHydrate.Generator.Common.EventArgs.ProjectItemExistsEventArgs

Inheritance: System.EventArgs
显示文件 Open project: nHydrate/nHydrate Class Usage Examples

Public Methods

Method Description
ProjectItemExistsEventArgs ( string projectName, string itemName, ProjectItemType itemType ) : System.Collections

Method Details

ProjectItemExistsEventArgs() public method

public ProjectItemExistsEventArgs ( string projectName, string itemName, ProjectItemType itemType ) : System.Collections
projectName string
itemName string
itemType ProjectItemType
return System.Collections