C# Класс LeMP.LexicalMacroAttribute

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

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

Метод Описание
LexicalMacroAttribute ( string syntax, string description ) : System

LexicalMacroAttribute constuctor.

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

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

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
Результат System