C# 클래스 Compiler.Ast.Extensions

파일 보기 프로젝트 열기: kthompson/csharpos

공개 메소드들

메소드 설명
IsObject ( this tcn ) : bool
IsPointer ( this tcn ) : bool
IsReal ( this tcn ) : bool
IsSigned ( this tcn ) : bool

메소드 상세

IsObject() 공개 정적인 메소드

public static IsObject ( this tcn ) : bool
tcn this
리턴 bool

IsPointer() 공개 정적인 메소드

public static IsPointer ( this tcn ) : bool
tcn this
리턴 bool

IsReal() 공개 정적인 메소드

public static IsReal ( this tcn ) : bool
tcn this
리턴 bool

IsSigned() 공개 정적인 메소드

public static IsSigned ( this tcn ) : bool
tcn this
리턴 bool