Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Boo
Lang
Runtime
ExtensionRegistry
C# Class Boo.Lang.Runtime.ExtensionRegistry
Afficher le fichier
Open project: boo/boo-lang
Class Usage Examples
Méthodes publiques
Méthode
Description
Register
(
Type
type
) :
void
UnRegister
(
Type
type
) :
void
Private Methods
Méthode
Description
AddExtensionMembers
(
List
extensions
,
Type
type
) :
List
CopyExtensions
( ) :
List
Method Details
Register()
public
méthode
public
Register
(
Type
type
) :
void
type
System.Type
Résultat
void
UnRegister()
public
méthode
public
UnRegister
(
Type
type
) :
void
type
System.Type
Résultat
void