Newmoon.Closure.Apply C# (CSharp) 메소드

Apply() 공개 추상적인 메소드

public abstract Apply ( Continuation k ) : object
k Continuation
리턴 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