C# 클래스 IronPython.Modules.PythonStruct.Format

Struct used to store the format and the number of times it should be repeated.
파일 보기 프로젝트 열기: jschementi/iron

공개 프로퍼티들

프로퍼티 타입 설명
Count int
Type FormatType

공개 메소드들

메소드 설명
Format ( FormatType type, int count ) : System

메소드 상세

Format() 공개 메소드

public Format ( FormatType type, int count ) : System
type FormatType
count int
리턴 System

프로퍼티 상세

Count 공개적으로 프로퍼티

public int Count
리턴 int

Type 공개적으로 프로퍼티

public FormatType Type
리턴 FormatType