C# Class Noear.Snacks.OObject

Exibir arquivo Open project: noear/Snacks Class Usage Examples

Public Properties

Property Type Description
members ONode>.Dictionary

Public Methods

Method Description
OObject ( ) : System
clear ( ) : void
contains ( String key ) : bool
get ( String key ) : ONode
set ( String key, ONode value ) : void

Method Details

OObject() public method

public OObject ( ) : System
return System

clear() public method

public clear ( ) : void
return void

contains() public method

public contains ( String key ) : bool
key String
return bool

get() public method

public get ( String key ) : ONode
key String
return ONode

set() public method

public set ( String key, ONode value ) : void
key String
value ONode
return void

Property Details

members public_oe property

public Dictionary members
return ONode>.Dictionary