C# Class Rubberduck.Parsing.VBA.AttributeParser

Inheritance: IAttributeParser
Afficher le fichier Open project: retailcoder/Rubberduck Class Usage Examples

Méthodes publiques

Méthode Description
AttributeParser ( IModuleExporter exporter ) : System
Parse ( VBComponent component ) : IDictionary,Attributes>

Exports the specified component to a temporary file, loads, and then parses the exported file.

Method Details

AttributeParser() public méthode

public AttributeParser ( IModuleExporter exporter ) : System
exporter IModuleExporter
Résultat System

Parse() public méthode

Exports the specified component to a temporary file, loads, and then parses the exported file.
public Parse ( VBComponent component ) : IDictionary,Attributes>
component VBComponent
Résultat IDictionary,Attributes>