Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Children
C# Class Children, code
Exibir arquivo
Open project: shendongnian/code
Class Usage Examples
Public Methods
Method
Description
Add
(
string
name
) :
void
Children
(
XElement,
children
)
this
(
int
index
) :
Child
this
(
string
name
) :
Child
Method Details
Add()
public
method
public
Add
(
string
name
) :
void
name
string
return
void
Children()
public
method
public
Children
(
XElement,
children
)
children
XElement,
this()
public
method
public
this
(
int
index
) :
Child
index
int
return
Child
this()
public
method
public
this
(
string
name
) :
Child
name
string
return
Child