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

Class representing type information.
Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old

Méthodes publiques

Свойство Type Description
Atom Type
type MetaType
vectorParameterTypes MetaType[]

Méthodes publiques

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

Private Methods

Méthode Description
Type ( IEnumerable parameters ) : System
Type ( MetaType type ) : System

Method Details

Repeat() public static méthode

public static Repeat ( int count, MetaType toRepeat ) : IEnumerable
count int
toRepeat MetaType
Résultat IEnumerable

ToString() public méthode

public ToString ( ) : string
Résultat string

Vector() public static méthode

public static Vector ( int paramCount ) : Type
paramCount int
Résultat Type

Property Details

Atom public_oe static_oe property

public static Type Atom
Résultat Type

type public_oe property

public MetaType type
Résultat MetaType

vectorParameterTypes public_oe property

public MetaType[] vectorParameterTypes
Résultat MetaType[]