C# 클래스 Rosetta.AST.Helpers.Modifiers

Helper for accessing modifiers in AST.
파일 보기 프로젝트 열기: andry-tino/Rosetta

공개 메소드들

메소드 설명
Get ( this tokenList ) : VisibilityToken

Produces the right visibility token for a node.

IsExposedVisibility ( this visibilityToken ) : bool

Gets a value indicating whether the visibility is expression access to member.

메소드 상세

Get() 공개 정적인 메소드

Produces the right visibility token for a node.
public static Get ( this tokenList ) : VisibilityToken
tokenList this The containing the list of modifiers.
리턴 VisibilityToken

IsExposedVisibility() 공개 정적인 메소드

Gets a value indicating whether the visibility is expression access to member.
public static IsExposedVisibility ( this visibilityToken ) : bool
visibilityToken this
리턴 bool