C# Class _3PA.MainFeatures.Parser.ParsedScopeItem

Parent class for procedure, function and OnEvent Items
Inheritance: ParsedItem
Afficher le fichier Open project: jcaillon/3P Class Usage Examples

Méthodes protégées

Méthode Description
ParsedScopeItem ( string name, Token token, ParsedScopeType scopeType ) : System

Method Details

ParsedScopeItem() protected méthode

protected ParsedScopeItem ( string name, Token token, ParsedScopeType scopeType ) : System
name string
token Token
scopeType ParsedScopeType
Résultat System