C# Class ReCommendedExtension.ContextActions.CodeContracts.NotNull

Inheritance: AddContractContextAction
Afficher le fichier Open project: prodot/ReCommended-Extension

Méthodes publiques

Méthode Description
NotNull ( [ provider ) : JetBrains.Annotations

Méthodes protégées

Méthode Description
GetContractTextForUI ( string contractIdentifier ) : string
GetExpression ( CSharpElementFactory factory, IExpression contractExpression ) : IExpression
IsAvailableForType ( IType type ) : bool
TryGetAnnotationAttributeTypeName ( ) : string

Method Details

GetContractTextForUI() protected méthode

protected GetContractTextForUI ( string contractIdentifier ) : string
contractIdentifier string
Résultat string

GetExpression() protected méthode

protected GetExpression ( CSharpElementFactory factory, IExpression contractExpression ) : IExpression
factory CSharpElementFactory
contractExpression IExpression
Résultat IExpression

IsAvailableForType() protected méthode

protected IsAvailableForType ( IType type ) : bool
type IType
Résultat bool

NotNull() public méthode

public NotNull ( [ provider ) : JetBrains.Annotations
provider [
Résultat JetBrains.Annotations

TryGetAnnotationAttributeTypeName() protected méthode

protected TryGetAnnotationAttributeTypeName ( ) : string
Résultat string