C# Class CSharpMinifier.NameNode

Afficher le fichier Open project: KvanTTT/CSharp-Minifier

Méthodes publiques

Свойство Type Description
Name string
Node AstNode

Méthodes publiques

Méthode Description
NameNode ( string name, AstNode node ) : System
ToString ( ) : string

Method Details

NameNode() public méthode

public NameNode ( string name, AstNode node ) : System
name string
node AstNode
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Name public_oe property

public string Name
Résultat string

Node public_oe property

public AstNode Node
Résultat AstNode