C# Class ReCommendedExtension.ContextActions.CodeContracts.CollectionAllItemsNotNull

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

Méthodes publiques

Méthode Description
CollectionAllItemsNotNull ( [ provider ) : System.Collections.Generic

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

CollectionAllItemsNotNull() public méthode

public CollectionAllItemsNotNull ( [ provider ) : System.Collections.Generic
provider [
Résultat System.Collections.Generic

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

TryGetAnnotationAttributeTypeName() protected méthode

protected TryGetAnnotationAttributeTypeName ( ) : string
Résultat string