C# Class Scorpio.CodeDom.CodeTable.TableVariable

Mostra file Open project: qingfeng346/Scorpio-CSharp

Public Properties

Property Type Description
key object
value CodeObject

Public Methods

Method Description
TableVariable ( object key, CodeObject value ) : System.Collections.Generic

Method Details

TableVariable() public method

public TableVariable ( object key, CodeObject value ) : System.Collections.Generic
key object
value CodeObject
return System.Collections.Generic

Property Details

key public_oe property

public object key
return object

value public_oe property

public CodeObject,Scorpio.CodeDom value
return CodeObject