C# Class ReCommendedExtension.ContextActions.CodeContracts.CollectionAllItemsNotNull

Inheritance: AddContractContextAction
Mostra file Open project: prodot/ReCommended-Extension

Public Methods

Method Description
CollectionAllItemsNotNull ( [ provider ) : System.Collections.Generic

Protected Methods

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

Method Details

CollectionAllItemsNotNull() public method

public CollectionAllItemsNotNull ( [ provider ) : System.Collections.Generic
provider [
return System.Collections.Generic

GetContractTextForUI() protected method

protected GetContractTextForUI ( string contractIdentifier ) : string
contractIdentifier string
return string

GetExpression() protected method

protected GetExpression ( CSharpElementFactory factory, IExpression contractExpression ) : IExpression
factory CSharpElementFactory
contractExpression IExpression
return IExpression

IsAvailableForType() protected method

protected IsAvailableForType ( IType type ) : bool
type IType
return bool

TryGetAnnotationAttributeTypeName() protected method

protected TryGetAnnotationAttributeTypeName ( ) : string
return string