C# 클래스 Unity.ReferenceRewriter.TypeAliases

파일 보기 프로젝트 열기: Unity-Technologies/ReferenceRewriter 1 사용 예제들

공개 메소드들

메소드 설명
AreAliases ( string typeA, string typeB ) : bool
GetTemplateArguments ( string type ) : string[]

비공개 메소드들

메소드 설명
TypeAliases ( ) : System

메소드 상세

AreAliases() 공개 정적인 메소드

public static AreAliases ( string typeA, string typeB ) : bool
typeA string
typeB string
리턴 bool

GetTemplateArguments() 공개 정적인 메소드

public static GetTemplateArguments ( string type ) : string[]
type string
리턴 string[]