C# Class IronPython.Modules.PythonIterTools.count

Inheritance: IEnumerator, ICodeFormattable
Afficher le fichier Open project: jschementi/iron

Méthodes publiques

Méthode Description
__reduce__ ( ) : PythonTuple
__reduce_ex__ ( [ protocol ) : PythonTuple
__repr__ ( CodeContext context ) : string
count ( ) : System
count ( BigInteger start ) : System
count ( BigInteger start, BigInteger step ) : System
count ( BigInteger start, int step ) : System
count ( CodeContext context, [ start, [ step ) : System
count ( [ start, BigInteger step ) : System
count ( [ start, [ step ) : System
count ( int start ) : System

Private Methods

Méthode Description
BigIntYielder ( count c, BigInteger start, BigInteger step ) : IEnumerator
BigIntYielder ( count c, BigInteger start, int step ) : IEnumerator
EnsureNumeric ( CodeContext context, object num ) : void
IntYielder ( count c, int start, BigInteger step ) : IEnumerator
IntYielder ( count c, int start, int step ) : IEnumerator
ObjectYielder ( IronPython.Runtime.PythonContext context, count c, object start, object step ) : IEnumerator
StepIsOne ( ) : bool

Method Details

__reduce__() public méthode

public __reduce__ ( ) : PythonTuple
Résultat PythonTuple

__reduce_ex__() public méthode

public __reduce_ex__ ( [ protocol ) : PythonTuple
protocol [
Résultat PythonTuple

__repr__() public méthode

public __repr__ ( CodeContext context ) : string
context CodeContext
Résultat string

count() public méthode

public count ( ) : System
Résultat System

count() public méthode

public count ( BigInteger start ) : System
start Microsoft.Scripting.Math.BigInteger
Résultat System

count() public méthode

public count ( BigInteger start, BigInteger step ) : System
start Microsoft.Scripting.Math.BigInteger
step Microsoft.Scripting.Math.BigInteger
Résultat System

count() public méthode

public count ( BigInteger start, int step ) : System
start Microsoft.Scripting.Math.BigInteger
step int
Résultat System

count() public méthode

public count ( CodeContext context, [ start, [ step ) : System
context CodeContext
start [
step [
Résultat System

count() public méthode

public count ( [ start, BigInteger step ) : System
start [
step Microsoft.Scripting.Math.BigInteger
Résultat System

count() public méthode

public count ( [ start, [ step ) : System
start [
step [
Résultat System

count() public méthode

public count ( int start ) : System
start int
Résultat System