Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
IronPython
Modules
PythonStruct.Format
C# Class IronPython.Modules.PythonStruct.Format
Struct used to store the format and the number of times it should be repeated.
显示文件
Open project: jschementi/iron
Public Properties
Property
Type
Description
Count
int
Type
FormatType
Public Methods
Method
Description
Format
(
FormatType
type
,
int
count
) :
System
Method Details
Format()
public
method
public
Format
(
FormatType
type
,
int
count
) :
System
type
FormatType
count
int
return
System
Property Details
Count
public_oe property
public
int
Count
return
int
Type
public_oe property
public
FormatType
Type
return
FormatType