C# Class WATKit.Build.AutomationTypeMappingAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: MikeHanson/WATKit

Public Methods

Method Description
AutomationTypeMappingAttribute ( string targetType ) : System

Initializes a new instance of the AutomationTypeMappingAttribute class.

Method Details

AutomationTypeMappingAttribute() public method

Initializes a new instance of the AutomationTypeMappingAttribute class.
public AutomationTypeMappingAttribute ( string targetType ) : System
targetType string Type of the target.
return System