Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Hd
QueryExtensions
ParameterCollection.Enumerator
C# 클래스 Hd.QueryExtensions.ParameterCollection.Enumerator
Type-specific enumeration class, used by ParameterCollection.GetEnumerator.
상속:
IEnumerator
파일 보기
프로젝트 열기: TargetProcess/Tp.HelpDesk
Private Properties
프로퍼티
타입
설명
공개 메소드들
메소드
설명
Enumerator
(
ParameterCollection
collection
) :
System
MoveNext
( ) :
bool
Reset
( ) :
void
메소드 상세
Enumerator()
공개
메소드
public
Enumerator
(
ParameterCollection
collection
) :
System
collection
ParameterCollection
리턴
System
MoveNext()
공개
메소드
public
MoveNext
( ) :
bool
리턴
bool
Reset()
공개
메소드
public
Reset
( ) :
void
리턴
void