C# Class Scorpio.CodeDom.CodeTable.TableVariable

Afficher le fichier Open project: qingfeng346/Scorpio-CSharp

Méthodes publiques

Свойство Type Description
key object
value CodeObject

Méthodes publiques

Méthode Description
TableVariable ( object key, CodeObject value ) : System.Collections.Generic

Method Details

TableVariable() public méthode

public TableVariable ( object key, CodeObject value ) : System.Collections.Generic
key object
value CodeObject
Résultat System.Collections.Generic

Property Details

key public_oe property

public object key
Résultat object

value public_oe property

public CodeObject,Scorpio.CodeDom value
Résultat CodeObject