Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Tp
Bugzilla
Schemas
blockedCollection
C# 클래스 Tp.Bugzilla.Schemas.blockedCollection
상속:
System.Collections.ArrayList
파일 보기
프로젝트 열기: TargetProcess/Target-Process-Plugins
공개 메소드들
메소드
설명
Add
(
string
obj
) :
string
Insert
(
int
index
,
string
obj
) :
void
Remove
(
string
obj
) :
void
this
(
int
index
) :
string
메소드 상세
Add()
공개
메소드
public
Add
(
string
obj
) :
string
obj
string
리턴
string
Insert()
공개
메소드
public
Insert
(
int
index
,
string
obj
) :
void
index
int
obj
string
리턴
void
Remove()
공개
메소드
public
Remove
(
string
obj
) :
void
obj
string
리턴
void
this()
공개
메소드
public
this
(
int
index
) :
string
index
int
리턴
string