C# Класс XSpect.Yacq.Symbols.YacqSymbolAttribute

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

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

Метод Описание
YacqSymbolAttribute ( DispatchTypes dispatchType, String name ) : System

Initializes a new instance of YacqSymbolAttribute class.

YacqSymbolAttribute ( DispatchTypes dispatchType, Type leftType, String name ) : System

Initializes a new instance of YacqSymbolAttribute class.

YacqSymbolAttribute ( String name ) : System

Initializes a new instance of YacqSymbolAttribute class.

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

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

Initializes a new instance of YacqSymbolAttribute class.
public YacqSymbolAttribute ( DispatchTypes dispatchType, String name ) : System
dispatchType DispatchTypes The target of this symbol.
name String The name of this symbol.
Результат System

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

Initializes a new instance of YacqSymbolAttribute class.
public YacqSymbolAttribute ( DispatchTypes dispatchType, Type leftType, String name ) : System
dispatchType DispatchTypes The target of this symbol.
leftType System.Type The target of this symbol.
name String The name of this symbol.
Результат System

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

Initializes a new instance of YacqSymbolAttribute class.
public YacqSymbolAttribute ( String name ) : System
name String The name of this symbol as a literal.
Результат System