C# 클래스 Microsoft.JScript.LenientEnumeratorPrototype

상속: EnumeratorPrototype
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
atEnd Object
constructor Object
item Object
moveFirst Object
moveNext Object

비공개 메소드들

메소드 설명
LenientEnumeratorPrototype ( LenientFunctionPrototype funcprot, LenientObjectPrototype parent ) : System

프로퍼티 상세

atEnd 공개적으로 프로퍼티

public Object atEnd
리턴 Object

constructor 공개적으로 프로퍼티

public Object constructor
리턴 Object

item 공개적으로 프로퍼티

public Object item
리턴 Object

moveFirst 공개적으로 프로퍼티

public Object moveFirst
리턴 Object

moveNext 공개적으로 프로퍼티

public Object moveNext
리턴 Object