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

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

공개 메소드들

메소드 설명
AddStatements ( CodeStatementCollection collection ) : void
AsExpression ( ) : System.CodeDom.CodeExpression
AsStatements ( ) : IEnumerable
VariableCodeDomConstruct ( TypeDefinition type, string name ) : System

메소드 상세

AddStatements() 공개 메소드

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

AsExpression() 공개 메소드

public AsExpression ( ) : System.CodeDom.CodeExpression
리턴 System.CodeDom.CodeExpression

AsStatements() 공개 메소드

public AsStatements ( ) : IEnumerable
리턴 IEnumerable

VariableCodeDomConstruct() 공개 메소드

public VariableCodeDomConstruct ( TypeDefinition type, string name ) : System
type TypeDefinition
name string
리턴 System