C# Класс Rubberduck.Parsing.VBA.AttributeParser

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

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

Метод Описание
AttributeParser ( IModuleExporter exporter ) : System
Parse ( VBComponent component ) : IDictionary,Attributes>

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

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

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

public AttributeParser ( IModuleExporter exporter ) : System
exporter IModuleExporter
Результат System

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

Exports the specified component to a temporary file, loads, and then parses the exported file.
public Parse ( VBComponent component ) : IDictionary,Attributes>
component VBComponent
Результат IDictionary,Attributes>