C# 클래스 MsgPack.Serialization.CodeDomSerializers.ExpressionCodeDomConstruct

상속: CodeDomConstruct
파일 보기 프로젝트 열기: msgpack/msgpack-cli

공개 메소드들

메소드 설명
AddStatements ( CodeStatementCollection collection ) : void
AsExpression ( ) : System.CodeDom.CodeExpression
AsStatements ( ) : System.Collections.Generic.IEnumerable
ExpressionCodeDomConstruct ( TypeDefinition contextType, System.CodeDom.CodeExpression dom ) : System

메소드 상세

AddStatements() 공개 메소드

public AddStatements ( CodeStatementCollection collection ) : void
collection System.CodeDom.CodeStatementCollection
리턴 void

AsExpression() 공개 메소드

public AsExpression ( ) : System.CodeDom.CodeExpression
리턴 System.CodeDom.CodeExpression

AsStatements() 공개 메소드

public AsStatements ( ) : System.Collections.Generic.IEnumerable
리턴 System.Collections.Generic.IEnumerable

ExpressionCodeDomConstruct() 공개 메소드

public ExpressionCodeDomConstruct ( TypeDefinition contextType, System.CodeDom.CodeExpression dom ) : System
contextType TypeDefinition
dom System.CodeDom.CodeExpression
리턴 System