C# Class BasicModel.Model.Zoo

Inheritance: INameScope
Show file Open project: AvaloniaUI/OmniXAML

Public Methods

Method 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 method

public Find ( string name ) : object
name string
return object

Register() public method

public Register ( string name, object scopedElement ) : void
name string
scopedElement object
return void

ToString() public method

public ToString ( ) : string
return string

Unregister() public method

public Unregister ( string name ) : void
name string
return void

Zoo() public method

public Zoo ( ) : System.Collections.Generic
return System.Collections.Generic