C# 클래스 ReCommendedExtension.ContextActions.CodeContracts.EnumFlags

상속: AddContractContextAction
파일 보기 프로젝트 열기: prodot/ReCommended-Extension

공개 메소드들

메소드 설명
EnumFlags ( [ provider ) : System

보호된 메소드들

메소드 설명
GetContractTextForUI ( string contractIdentifier ) : string
GetExpression ( CSharpElementFactory factory, IExpression contractExpression ) : IExpression
IsAvailableForType ( IType type ) : bool

메소드 상세

EnumFlags() 공개 메소드

public EnumFlags ( [ provider ) : System
provider [
리턴 System

GetContractTextForUI() 보호된 메소드

protected GetContractTextForUI ( string contractIdentifier ) : string
contractIdentifier string
리턴 string

GetExpression() 보호된 메소드

protected GetExpression ( CSharpElementFactory factory, IExpression contractExpression ) : IExpression
factory CSharpElementFactory
contractExpression IExpression
리턴 IExpression

IsAvailableForType() 보호된 메소드

protected IsAvailableForType ( IType type ) : bool
type IType
리턴 bool