C# Class SafeILGenerator.Ast.Nodes.AstNodeExprPropertyAccess

Inheritance: AstNodeExprLValue
Afficher le fichier Open project: soywiz/SafeILGenerator

Méthodes publiques

Свойство Type Description
Instance AstNodeExpr
Property System.Reflection.PropertyInfo

Méthodes publiques

Méthode Description
AstNodeExprPropertyAccess ( AstNodeExpr Instance, PropertyInfo Property, string PropertyName = null ) : System
AstNodeExprPropertyAccess ( AstNodeExpr Instance, string PropertyName ) : System
TransformNodes ( TransformNodesDelegate Transformer ) : void

Method Details

AstNodeExprPropertyAccess() public méthode

public AstNodeExprPropertyAccess ( AstNodeExpr Instance, PropertyInfo Property, string PropertyName = null ) : System
Instance AstNodeExpr
Property System.Reflection.PropertyInfo
PropertyName string
Résultat System

AstNodeExprPropertyAccess() public méthode

public AstNodeExprPropertyAccess ( AstNodeExpr Instance, string PropertyName ) : System
Instance AstNodeExpr
PropertyName string
Résultat System

TransformNodes() public méthode

public TransformNodes ( TransformNodesDelegate Transformer ) : void
Transformer TransformNodesDelegate
Résultat void

Property Details

Instance public_oe property

public AstNodeExpr,SafeILGenerator.Ast.Nodes Instance
Résultat AstNodeExpr

Property public_oe property

public PropertyInfo,System.Reflection Property
Résultat System.Reflection.PropertyInfo