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

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

Private Properties

프로퍼티 타입 설명
ICollection void
IEnumerable IEnumerator
Yielder IEnumerator

공개 메소드들

메소드 설명
__length_hint__ ( ) : int
__repr__ ( CodeContext context ) : string
repeat ( object @object ) : System
repeat ( object @object, int times ) : System

비공개 메소드들

메소드 설명
ICollection ( Array array, int index ) : void
IEnumerable ( ) : IEnumerator
Yielder ( ) : IEnumerator

메소드 상세

__length_hint__() 공개 메소드

public __length_hint__ ( ) : int
리턴 int

__repr__() 공개 메소드

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

repeat() 공개 메소드

public repeat ( object @object ) : System
@object object
리턴 System

repeat() 공개 메소드

public repeat ( object @object, int times ) : System
@object object
times int
리턴 System