C# 클래스 IronPython.Modules.PythonCsvModule.Writer

파일 보기 프로젝트 열기: jdhardy/ironpython

공개 메소드들

메소드 설명
Writer ( CodeContext context, object output_file, Dialect dialect ) : System

비공개 메소드들

메소드 설명
JoinAppend ( string field, bool quoted, bool quote_empty ) : void
JoinReset ( ) : void
writerow ( CodeContext context, object sequence ) : void
writerows ( CodeContext context, object sequence ) : void

메소드 상세

Writer() 공개 메소드

public Writer ( CodeContext context, object output_file, Dialect dialect ) : System
context CodeContext
output_file object
dialect Dialect
리턴 System