OperationLibrary.Allocate C# (CSharp) 메소드

Allocate() 공개 메소드

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