OperationLibrary.Allocate C# (CSharp) Méthode

Allocate() public méthode

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