C# Class DSShared.Lists.EditStrAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: pmprog/OpenXCOM.Tools

Public Methods

Method Description
EditStrAttribute ( EditStrType editType ) : System

Initializes a new instance of the T:EditStrAttribute class.

Method Details

EditStrAttribute() public method

Initializes a new instance of the T:EditStrAttribute class.
public EditStrAttribute ( EditStrType editType ) : System
editType EditStrType Type of the edit.
return System