C# 클래스 IronPython.Modules.PythonIterTools.count

상속: IEnumerator, ICodeFormattable
파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
__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

비공개 메소드들

메소드 설명
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

메소드 상세

__reduce__() 공개 메소드

public __reduce__ ( ) : PythonTuple
리턴 PythonTuple

__reduce_ex__() 공개 메소드

public __reduce_ex__ ( [ protocol ) : PythonTuple
protocol [
리턴 PythonTuple

__repr__() 공개 메소드

public __repr__ ( CodeContext context ) : string
context CodeContext
리턴 string

count() 공개 메소드

public count ( ) : System
리턴 System

count() 공개 메소드

public count ( BigInteger start ) : System
start Microsoft.Scripting.Math.BigInteger
리턴 System

count() 공개 메소드

public count ( BigInteger start, BigInteger step ) : System
start Microsoft.Scripting.Math.BigInteger
step Microsoft.Scripting.Math.BigInteger
리턴 System

count() 공개 메소드

public count ( BigInteger start, int step ) : System
start Microsoft.Scripting.Math.BigInteger
step int
리턴 System

count() 공개 메소드

public count ( CodeContext context, [ start, [ step ) : System
context CodeContext
start [
step [
리턴 System

count() 공개 메소드

public count ( [ start, BigInteger step ) : System
start [
step Microsoft.Scripting.Math.BigInteger
리턴 System

count() 공개 메소드

public count ( [ start, [ step ) : System
start [
step [
리턴 System

count() 공개 메소드

public count ( int start ) : System
start int
리턴 System