C# Class BasicModel.Model.Zoo

Inheritance: INameScope
Afficher le fichier Open project: AvaloniaUI/OmniXAML

Méthodes publiques

Méthode Description
Find ( string name ) : object
Register ( string name, object scopedElement ) : void
ToString ( ) : string
Unregister ( string name ) : void
Zoo ( ) : System.Collections.Generic

Method Details

Find() public méthode

public Find ( string name ) : object
name string
Résultat object

Register() public méthode

public Register ( string name, object scopedElement ) : void
name string
scopedElement object
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Unregister() public méthode

public Unregister ( string name ) : void
name string
Résultat void

Zoo() public méthode

public Zoo ( ) : System.Collections.Generic
Résultat System.Collections.Generic