C# Класс ReCommendedExtension.ContextActions.CodeContracts.NotNull

Наследование: AddContractContextAction
Показать файл Открыть проект

Открытые методы

Метод Описание
NotNull ( [ provider ) : JetBrains.Annotations

Защищенные методы

Метод Описание
GetContractTextForUI ( string contractIdentifier ) : string
GetExpression ( CSharpElementFactory factory, IExpression contractExpression ) : IExpression
IsAvailableForType ( IType type ) : bool
TryGetAnnotationAttributeTypeName ( ) : string

Описание методов

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

NotNull() публичный Метод

public NotNull ( [ provider ) : JetBrains.Annotations
provider [
Результат JetBrains.Annotations

TryGetAnnotationAttributeTypeName() защищенный Метод

protected TryGetAnnotationAttributeTypeName ( ) : string
Результат string