C# 클래스 Boo.Lang.Runtime.ExtensionRegistry

파일 보기 프로젝트 열기: boo/boo-lang 1 사용 예제들

공개 메소드들

메소드 설명
Register ( Type type ) : void
UnRegister ( Type type ) : void

비공개 메소드들

메소드 설명
AddExtensionMembers ( List extensions, Type type ) : List
CopyExtensions ( ) : List

메소드 상세

Register() 공개 메소드

public Register ( Type type ) : void
type System.Type
리턴 void

UnRegister() 공개 메소드

public UnRegister ( Type type ) : void
type System.Type
리턴 void