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

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

공개 메소드들

메소드 설명
CollectionAllItemsNotNull ( [ provider ) : System.Collections.Generic

보호된 메소드들

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

메소드 상세

CollectionAllItemsNotNull() 공개 메소드

public CollectionAllItemsNotNull ( [ provider ) : System.Collections.Generic
provider [
리턴 System.Collections.Generic

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

TryGetAnnotationAttributeTypeName() 보호된 메소드

protected TryGetAnnotationAttributeTypeName ( ) : string
리턴 string