C# Class IronPython.Compiler.Ast.ConstantExpression.UnicodeWrapper

Datei anzeigen Open project: jschementi/iron

Public Properties

Property Type Description
Value object

Public Methods

Method Description
UnicodeWrapper ( string value ) : System

Method Details

UnicodeWrapper() public method

public UnicodeWrapper ( string value ) : System
value string
return System

Property Details

Value public_oe property

public object Value
return object