C# Class SafeILGenerator.Ast.Nodes.AstNodeExprPropertyAccess

Inheritance: AstNodeExprLValue
Show file Open project: soywiz/SafeILGenerator

Public Properties

Property Type Description
Instance AstNodeExpr
Property System.Reflection.PropertyInfo

Public Methods

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

Method Details

AstNodeExprPropertyAccess() public method

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

AstNodeExprPropertyAccess() public method

public AstNodeExprPropertyAccess ( AstNodeExpr Instance, string PropertyName ) : System
Instance AstNodeExpr
PropertyName string
return System

TransformNodes() public method

public TransformNodes ( TransformNodesDelegate Transformer ) : void
Transformer TransformNodesDelegate
return void

Property Details

Instance public property

public AstNodeExpr,SafeILGenerator.Ast.Nodes Instance
return AstNodeExpr

Property public property

public PropertyInfo,System.Reflection Property
return System.Reflection.PropertyInfo