C# 클래스 SafeILGenerator.Ast.Nodes.AstNodeExprPropertyAccess

상속: AstNodeExprLValue
파일 보기 프로젝트 열기: soywiz/SafeILGenerator

공개 프로퍼티들

프로퍼티 타입 설명
Instance AstNodeExpr
Property System.Reflection.PropertyInfo

공개 메소드들

메소드 설명
AstNodeExprPropertyAccess ( AstNodeExpr Instance, PropertyInfo Property, string PropertyName = null ) : System
AstNodeExprPropertyAccess ( AstNodeExpr Instance, string PropertyName ) : System
TransformNodes ( TransformNodesDelegate Transformer ) : void

메소드 상세

AstNodeExprPropertyAccess() 공개 메소드

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

AstNodeExprPropertyAccess() 공개 메소드

public AstNodeExprPropertyAccess ( AstNodeExpr Instance, string PropertyName ) : System
Instance AstNodeExpr
PropertyName string
리턴 System

TransformNodes() 공개 메소드

public TransformNodes ( TransformNodesDelegate Transformer ) : void
Transformer TransformNodesDelegate
리턴 void

프로퍼티 상세

Instance 공개적으로 프로퍼티

public AstNodeExpr,SafeILGenerator.Ast.Nodes Instance
리턴 AstNodeExpr

Property 공개적으로 프로퍼티

public PropertyInfo,System.Reflection Property
리턴 System.Reflection.PropertyInfo