C# Class MsgPack.Serialization.CodeDomSerializers.ExpressionCodeDomConstruct

Inheritance: CodeDomConstruct
Afficher le fichier Open project: msgpack/msgpack-cli

Méthodes publiques

Méthode 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 méthode

public AddStatements ( CodeStatementCollection collection ) : void
collection System.CodeDom.CodeStatementCollection
Résultat void

AsExpression() public méthode

public AsExpression ( ) : System.CodeDom.CodeExpression
Résultat System.CodeDom.CodeExpression

AsStatements() public méthode

public AsStatements ( ) : System.Collections.Generic.IEnumerable
Résultat System.Collections.Generic.IEnumerable

ExpressionCodeDomConstruct() public méthode

public ExpressionCodeDomConstruct ( TypeDefinition contextType, System.CodeDom.CodeExpression dom ) : System
contextType TypeDefinition
dom System.CodeDom.CodeExpression
Résultat System