C# Class IronPython.Modules.PythonStruct.Format

Struct used to store the format and the number of times it should be repeated.
Mostrar archivo 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