C# Class ScriptsRefactorer.Type

Show file Open project: rotators/tools

Public Properties

Property Type Description
BasicTypes String[]
IsConst bool
IsTemplate bool
ModName String
Name String
SubType Type

Public Methods

Method Description
GetString ( ) : String
IsBasic ( ) : bool
Type ( ) : System

Method Details

GetString() public method

public GetString ( ) : String
return String

IsBasic() public method

public IsBasic ( ) : bool
return bool

Type() public method

public Type ( ) : System
return System

Property Details

BasicTypes public static property

public static String[] BasicTypes
return String[]

IsConst public property

public bool IsConst
return bool

IsTemplate public property

public bool IsTemplate
return bool

ModName public property

public String ModName
return String

Name public property

public String Name
return String

SubType public property

public Type SubType
return Type