C# Class MsgPack.Serialization.CodeDomSerializers.StatementCodeDomConstruct

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

Méthodes publiques

Méthode Description
AddStatements ( CodeStatementCollection collection ) : void
AsStatements ( ) : IEnumerable
StatementCodeDomConstruct ( IEnumerable statements ) : System

Method Details

AddStatements() public méthode

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

AsStatements() public méthode

public AsStatements ( ) : IEnumerable
Résultat IEnumerable

StatementCodeDomConstruct() public méthode

public StatementCodeDomConstruct ( IEnumerable statements ) : System
statements IEnumerable
Résultat System