C# Class Nintenlord.Event_Assembler.Core.Code.Language.Types.Type

Class representing type information.
Mostra file Open project: Diegoisawesome/AwesomeMapEditor-old

Public Properties

Property Type Description
Atom Type
type MetaType
vectorParameterTypes MetaType[]

Public Methods

Method Description
Repeat ( int count, MetaType toRepeat ) : IEnumerable
ToString ( ) : string
Vector ( int paramCount ) : Type

Private Methods

Method Description
Type ( IEnumerable parameters ) : System
Type ( MetaType type ) : System

Method Details

Repeat() public static method

public static Repeat ( int count, MetaType toRepeat ) : IEnumerable
count int
toRepeat MetaType
return IEnumerable

ToString() public method

public ToString ( ) : string
return string

Vector() public static method

public static Vector ( int paramCount ) : Type
paramCount int
return Type

Property Details

Atom public_oe static_oe property

public static Type Atom
return Type

type public_oe property

public MetaType type
return MetaType

vectorParameterTypes public_oe property

public MetaType[] vectorParameterTypes
return MetaType[]