public void Register(StaticString name, AllocOperationDelegate alloc)
 {
     allocators[name] = alloc;
 }
Exemplo n.º 2
0
	public void	Register( string name, AllocOperationDelegate alloc ) {
		allocators[ name ] = alloc;
	}