C# Class NBA_2K13_Roster_Editor.Annotations.BaseTypeRequiredAttribute

Inheritance: System.Attribute
Show file Open project: leftos/nba-2k13-roster-editor

Public Methods

Method Description
BaseTypeRequiredAttribute ( Type baseType ) : System

Initializes new instance of BaseTypeRequiredAttribute

Method Details

BaseTypeRequiredAttribute() public method

Initializes new instance of BaseTypeRequiredAttribute
public BaseTypeRequiredAttribute ( Type baseType ) : System
baseType System.Type Specifies which types are required
return System