C# Class IronPython.Modules.PythonStruct.Format

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

public int Count
return int

Type public property

public FormatType Type
return FormatType