Boo.Lang.Runtime.ExtensionRegistry.Register C# (CSharp) Method

Register() public method

public Register ( Type type ) : void
type System.Type
return void
        public void Register(Type type)
        {
            lock (this)
            {
                _extensions = AddExtensionMembers(CopyExtensions(), type);
            }
        }