C# 클래스 Nintenlord.Event_Assembler.Core.Code.Language.Types.Type

Class representing type information.
파일 보기 프로젝트 열기: Diegoisawesome/AwesomeMapEditor-old

공개 프로퍼티들

프로퍼티 타입 설명
Atom Type
type MetaType
vectorParameterTypes MetaType[]

공개 메소드들

메소드 설명
Repeat ( int count, MetaType toRepeat ) : IEnumerable
ToString ( ) : string
Vector ( int paramCount ) : Type

비공개 메소드들

메소드 설명
Type ( IEnumerable parameters ) : System
Type ( MetaType type ) : System

메소드 상세

Repeat() 공개 정적인 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Vector() 공개 정적인 메소드

public static Vector ( int paramCount ) : Type
paramCount int
리턴 Type

프로퍼티 상세

Atom 공개적으로 정적으로 프로퍼티

public static Type Atom
리턴 Type

type 공개적으로 프로퍼티

public MetaType type
리턴 MetaType

vectorParameterTypes 공개적으로 프로퍼티

public MetaType[] vectorParameterTypes
리턴 MetaType[]