C# Class LeMP.MacroInfo

Data returned from IMacroContext.AllKnownMacros
Inheritance: LexicalMacroAttribute
Afficher le fichier Open project: qwertie/ecsharp Class Usage Examples

Méthodes publiques

Свойство Type Description
CompareDescendingByPriority Comparison

Méthodes publiques

Méthode Description
MacroInfo ( Symbol @namespace, LexicalMacroAttribute a, LexicalMacro macro ) : System
MacroInfo ( Symbol @namespace, string name, LexicalMacro macro ) : System

Method Details

MacroInfo() public méthode

public MacroInfo ( Symbol @namespace, LexicalMacroAttribute a, LexicalMacro macro ) : System
@namespace Symbol
a LexicalMacroAttribute
macro LexicalMacro
Résultat System

MacroInfo() public méthode

public MacroInfo ( Symbol @namespace, string name, LexicalMacro macro ) : System
@namespace Symbol
name string
macro LexicalMacro
Résultat System

Property Details

CompareDescendingByPriority public_oe static_oe property

public static Comparison CompareDescendingByPriority
Résultat Comparison