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