Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Boo
Lang
Runtime
ExtensionRegistry
C# Class Boo.Lang.Runtime.ExtensionRegistry
Datei anzeigen
Open project: boo/boo-lang
Class Usage Examples
Public Methods
Method
Description
Register
(
Type
type
) :
void
UnRegister
(
Type
type
) :
void
Private Methods
Method
Description
AddExtensionMembers
(
List
extensions
,
Type
type
) :
List
CopyExtensions
( ) :
List
Method Details
Register()
public
method
public
Register
(
Type
type
) :
void
type
System.Type
return
void
UnRegister()
public
method
public
UnRegister
(
Type
type
) :
void
type
System.Type
return
void