C# Class MsgPack.Serialization.CodeDomSerializers.VariableCodeDomConstruct

Inheritance: CodeDomConstruct
Exibir arquivo Open project: msgpack/msgpack-cli

Public Methods

Method Description
AddStatements ( CodeStatementCollection collection ) : void
AsExpression ( ) : System.CodeDom.CodeExpression
AsStatements ( ) : IEnumerable
VariableCodeDomConstruct ( TypeDefinition type, string name ) : 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 ( ) : IEnumerable
return IEnumerable

VariableCodeDomConstruct() public method

public VariableCodeDomConstruct ( TypeDefinition type, string name ) : System
type TypeDefinition
name string
return System