C# 클래스 NRack.Helpers.Proc

The Proc class wraps a delegate and adds a Call method to dynamically invoke the delegate with arguments. This is a workaround for the limitation of unsupported extension methods during runtime binding.
파일 보기 프로젝트 열기: kevinswiber/NRack

공개 메소드들

메소드 설명
Call ( ) : dynamic

Dynamically invoke the delegate with parameters.

Proc ( Delegate wrappedFunction ) : System

메소드 상세

Call() 공개 메소드

Dynamically invoke the delegate with parameters.
public Call ( ) : dynamic
리턴 dynamic

Proc() 공개 메소드

public Proc ( Delegate wrappedFunction ) : System
wrappedFunction System.Delegate
리턴 System