IronPython.Compiler.Ast.ConstantExpression.UnicodeWrapper.UnicodeWrapper C# (CSharp) Method

UnicodeWrapper() public method

public UnicodeWrapper ( string value ) : System
value string
return System
            public UnicodeWrapper(string value) {
                Value = value;
            }
        }
ConstantExpression.UnicodeWrapper