C# Class Noear.Snacks.OObject

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

Méthodes publiques

Свойство Type Description
members ONode>.Dictionary

Méthodes publiques

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

Method Details

OObject() public méthode

public OObject ( ) : System
Résultat System

clear() public méthode

public clear ( ) : void
Résultat void

contains() public méthode

public contains ( String key ) : bool
key String
Résultat bool

get() public méthode

public get ( String key ) : ONode
key String
Résultat ONode

set() public méthode

public set ( String key, ONode value ) : void
key String
value ONode
Résultat void

Property Details

members public_oe property

public Dictionary members
Résultat ONode>.Dictionary