C# 클래스 Tiny.Metadata.TypeKindExtensions

파일 보기 프로젝트 열기: scottwis/tiny

공개 메소드들

메소드 설명
IsModifiedType ( this kind ) : bool
IsPointerOrByRef ( this kind ) : bool
ModifierName ( this kind ) : string
Suffix ( this kind ) : string

메소드 상세

IsModifiedType() 공개 정적인 메소드

public static IsModifiedType ( this kind ) : bool
kind this
리턴 bool

IsPointerOrByRef() 공개 정적인 메소드

public static IsPointerOrByRef ( this kind ) : bool
kind this
리턴 bool

ModifierName() 공개 정적인 메소드

public static ModifierName ( this kind ) : string
kind this
리턴 string

Suffix() 공개 정적인 메소드

public static Suffix ( this kind ) : string
kind this
리턴 string