C# Class JSIL.Ast.JSStringIdentifier

Inheritance: JSIdentifier
Exibir arquivo Open project: sq/JSIL

Public Properties

Property Type Description
Text string

Public Methods

Method Description
JSStringIdentifier ( string text, TypeReference type = null, bool isLValue = false ) : System

Method Details

JSStringIdentifier() public method

public JSStringIdentifier ( string text, TypeReference type = null, bool isLValue = false ) : System
text string
type Mono.Cecil.TypeReference
isLValue bool
return System

Property Details

Text public_oe property

public string Text
return string