C# Class IronPython.Modules.PythonStruct.Format

Struct used to store the format and the number of times it should be repeated.
Afficher le fichier Open project: jschementi/iron

Méthodes publiques

Свойство Type Description
Count int
Type FormatType

Méthodes publiques

Méthode Description
Format ( FormatType type, int count ) : System

Method Details

Format() public méthode

public Format ( FormatType type, int count ) : System
type FormatType
count int
Résultat System

Property Details

Count public_oe property

public int Count
Résultat int

Type public_oe property

public FormatType Type
Résultat FormatType