コード例 #1
0
 public void Register(StaticString name, AllocOperationDelegate alloc)
 {
     allocators[name] = alloc;
 }
コード例 #2
0
	public void	Register( string name, AllocOperationDelegate alloc ) {
		allocators[ name ] = alloc;
	}