C# Class Noear.Snacks.OArray

Afficher le fichier Open project: noear/Snacks Class Usage Examples

Méthodes publiques

Свойство Type Description
elements List

Méthodes publiques

Méthode Description
OArray ( ) : System
add ( ONode value ) : void
add ( int index, ONode value ) : void
clear ( ) : void
this ( int index ) : ONode

Method Details

OArray() public méthode

public OArray ( ) : System
Résultat System

add() public méthode

public add ( ONode value ) : void
value ONode
Résultat void

add() public méthode

public add ( int index, ONode value ) : void
index int
value ONode
Résultat void

clear() public méthode

public clear ( ) : void
Résultat void

this() public méthode

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

Property Details

elements public_oe property

public List elements
Résultat List