C# 클래스 RoslynDom.RDomOtherExpression

상속: RDomBaseExpression, IOtherExpression
파일 보기 프로젝트 열기: KathleenDollard/RoslynDOM 1 사용 예제들

공개 메소드들

메소드 설명
RDomOtherExpression ( IDom parent, string initialExpressionString, string initialExpressionLanguage, ExpressionType expressionType ) : System.ComponentModel.DataAnnotations
RDomOtherExpression ( Microsoft.CodeAnalysis.SyntaxNode rawItem, IDom parent, Microsoft.CodeAnalysis.SemanticModel model ) : System.ComponentModel.DataAnnotations

비공개 메소드들

메소드 설명
RDomOtherExpression ( RDomOtherExpression oldRDom ) : System.ComponentModel.DataAnnotations

메소드 상세

RDomOtherExpression() 공개 메소드

public RDomOtherExpression ( IDom parent, string initialExpressionString, string initialExpressionLanguage, ExpressionType expressionType ) : System.ComponentModel.DataAnnotations
parent IDom
initialExpressionString string
initialExpressionLanguage string
expressionType ExpressionType
리턴 System.ComponentModel.DataAnnotations

RDomOtherExpression() 공개 메소드

public RDomOtherExpression ( Microsoft.CodeAnalysis.SyntaxNode rawItem, IDom parent, Microsoft.CodeAnalysis.SemanticModel model ) : System.ComponentModel.DataAnnotations
rawItem Microsoft.CodeAnalysis.SyntaxNode
parent IDom
model Microsoft.CodeAnalysis.SemanticModel
리턴 System.ComponentModel.DataAnnotations