C# Class Children, code

Datei anzeigen 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