C# Class MsgPack.Serialization.CodeDomSerializers.ExpressionCodeDomConstruct

Inheritance: CodeDomConstruct
Mostrar archivo Open project: msgpack/msgpack-cli

Public Methods

Method Description
AddStatements ( CodeStatementCollection collection ) : void
AsExpression ( ) : System.CodeDom.CodeExpression
AsStatements ( ) : System.Collections.Generic.IEnumerable
ExpressionCodeDomConstruct ( TypeDefinition contextType, System.CodeDom.CodeExpression dom ) : System

Method Details

AddStatements() public method

public AddStatements ( CodeStatementCollection collection ) : void
collection System.CodeDom.CodeStatementCollection
return void

AsExpression() public method

public AsExpression ( ) : System.CodeDom.CodeExpression
return System.CodeDom.CodeExpression

AsStatements() public method

public AsStatements ( ) : System.Collections.Generic.IEnumerable
return System.Collections.Generic.IEnumerable

ExpressionCodeDomConstruct() public method

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