C# Class Boo.Lang.Runtime.ExtensionRegistry

Show file 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