C# 클래스 BasicModel.Model.Zoo

상속: INameScope
파일 보기 프로젝트 열기: AvaloniaUI/OmniXAML

공개 메소드들

메소드 설명
Find ( string name ) : object
Register ( string name, object scopedElement ) : void
ToString ( ) : string
Unregister ( string name ) : void
Zoo ( ) : System.Collections.Generic

메소드 상세

Find() 공개 메소드

public Find ( string name ) : object
name string
리턴 object

Register() 공개 메소드

public Register ( string name, object scopedElement ) : void
name string
scopedElement object
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Unregister() 공개 메소드

public Unregister ( string name ) : void
name string
리턴 void

Zoo() 공개 메소드

public Zoo ( ) : System.Collections.Generic
리턴 System.Collections.Generic