Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
MyC
VarList
C# Class MyC.VarList
Mostrar archivo
Open project: gbarnett/shared-source-cli-2.0
Class Usage Examples
Public Methods
Method
Description
FindByIndex
(
int
i
) :
Var
FindByName
(
String
s
) :
Var
Length
( ) :
int
VarList
( ) :
System
add
(
Var
e
) :
void
Method Details
FindByIndex()
public
method
public
FindByIndex
(
int
i
) :
Var
i
int
return
Var
FindByName()
public
method
public
FindByName
(
String
s
) :
Var
s
String
return
Var
Length()
public
method
public
Length
( ) :
int
return
int
VarList()
public
method
public
VarList
( ) :
System
return
System
add()
public
method
public
add
(
Var
e
) :
void
e
Var
return
void