C# 클래스 MsgPack.Serialization.CodeDomSerializers.StatementCodeDomConstruct

상속: CodeDomConstruct
파일 보기 프로젝트 열기: msgpack/msgpack-cli

공개 메소드들

메소드 설명
AddStatements ( CodeStatementCollection collection ) : void
AsStatements ( ) : IEnumerable
StatementCodeDomConstruct ( IEnumerable statements ) : System

메소드 상세

AddStatements() 공개 메소드

public AddStatements ( CodeStatementCollection collection ) : void
collection System.CodeDom.CodeStatementCollection
리턴 void

AsStatements() 공개 메소드

public AsStatements ( ) : IEnumerable
리턴 IEnumerable

StatementCodeDomConstruct() 공개 메소드

public StatementCodeDomConstruct ( IEnumerable statements ) : System
statements IEnumerable
리턴 System