C# Class Noear.Snacks.OArray

Exibir arquivo Open project: noear/Snacks Class Usage Examples

Public Properties

Property Type Description
elements List

Public Methods

Method Description
OArray ( ) : System
add ( ONode value ) : void
add ( int index, ONode value ) : void
clear ( ) : void
this ( int index ) : ONode

Method Details

OArray() public method

public OArray ( ) : System
return System

add() public method

public add ( ONode value ) : void
value ONode
return void

add() public method

public add ( int index, ONode value ) : void
index int
value ONode
return void

clear() public method

public clear ( ) : void
return void

this() public method

public this ( int index ) : ONode
index int
return ONode

Property Details

elements public_oe property

public List elements
return List