C# Class ScriptsRefactorer.Type

Mostra 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_oe static_oe property

public static String[] BasicTypes
return String[]

IsConst public_oe property

public bool IsConst
return bool

IsTemplate public_oe property

public bool IsTemplate
return bool

ModName public_oe property

public String ModName
return String

Name public_oe property

public String Name
return String

SubType public_oe property

public Type SubType
return Type