C# Class MsgPack.Serialization.CodeDomSerializers.VariableCodeDomConstruct

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 ( ) : IEnumerable
VariableCodeDomConstruct ( TypeDefinition type, string name ) : 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 ( ) : IEnumerable
Résultat IEnumerable

VariableCodeDomConstruct() public méthode

public VariableCodeDomConstruct ( TypeDefinition type, string name ) : System
type TypeDefinition
name string
Résultat System