C# Class XSpect.Yacq.Symbols.YacqSymbolAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: takeshik/yacq

Public Methods

Method Description
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.

Method Details

YacqSymbolAttribute() public method

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.
return System

YacqSymbolAttribute() public method

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.
return System

YacqSymbolAttribute() public method

Initializes a new instance of YacqSymbolAttribute class.
public YacqSymbolAttribute ( String name ) : System
name String The name of this symbol as a literal.
return System