Newmoon.Closure.Apply C# (CSharp) Method

Apply() public abstract method

public abstract Apply ( Continuation k ) : object
k Continuation
return object
        public abstract object Apply(Continuation k);

Same methods

Closure::Apply ( Continuation k, object a ) : object
Closure::Apply ( Continuation k, object a, object b ) : object
Closure::Apply ( Continuation k, object a, object b, object c ) : object
Closure::Apply ( Continuation k, object a, object b, object c, object d ) : object