OperationLibrary.Allocate C# (CSharp) Method

Allocate() public method

public Allocate ( string name ) : Operation
name string
return Operation
	public Operation	Allocate( string name ) {
		return allocators[ name ]();
	}