C# Class Children, code

Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Méthode Description
Add ( string name ) : void
Children ( XElement, children )
this ( int index ) : Child
this ( string name ) : Child

Method Details

Add() public méthode

public Add ( string name ) : void
name string
Résultat void

Children() public méthode

public Children ( XElement, children )
children XElement,

this() public méthode

public this ( int index ) : Child
index int
Résultat Child

this() public méthode

public this ( string name ) : Child
name string
Résultat Child