C# Class PredictiveCodeSuggestions.AutoTemplates.AutoTemplateScope

Defines the AutoTemplateScope class.
Mostra file Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions Class Usage Examples

Private Properties

Property Type Description
GetNext IStatement

Public Methods

Method Description
AutoTemplateScope ( [ statement, [ key, string>.[ scopeParameters ) : System

Initializes a new instance of the AutoTemplateScope class.

Private Methods

Method Description
GetNext ( [ statement ) : IStatement

Method Details

AutoTemplateScope() public method

Initializes a new instance of the AutoTemplateScope class.
public AutoTemplateScope ( [ statement, [ key, string>.[ scopeParameters ) : System
statement [ The statement.
key [ The key.
scopeParameters string>.[ The scope parameters.
return System