C# Class LeMP.LexicalMacroAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: qwertie/ecsharp Class Usage Examples

Méthodes publiques

Méthode Description
LexicalMacroAttribute ( string syntax, string description ) : System

LexicalMacroAttribute constuctor.

Method Details

LexicalMacroAttribute() public méthode

LexicalMacroAttribute constuctor.
public LexicalMacroAttribute ( string syntax, string description ) : System
syntax string A string that shows the expected syntax used to call the node.
description string
Résultat System