C# 클래스 Entitas.Serialization.TypeSerializationExtension

파일 보기 프로젝트 열기: sschmid/Entitas-CSharp

공개 메소드들

메소드 설명
ToCompilableString ( this type ) : string
ToReadableString ( this type ) : string
ToType ( this typeString ) : Type

비공개 메소드들

메소드 설명
generateArray ( string typeString ) : string
generateGenericArguments ( string typeString ) : string
generateTypeString ( string typeString ) : string

메소드 상세

ToCompilableString() 공개 정적인 메소드

public static ToCompilableString ( this type ) : string
type this
리턴 string

ToReadableString() 공개 정적인 메소드

public static ToReadableString ( this type ) : string
type this
리턴 string

ToType() 공개 정적인 메소드

public static ToType ( this typeString ) : Type
typeString this
리턴 System.Type