C# Class MethodWrapper, ave-2015-16-sem1-i41n

ファイルを表示 Open project: isel-leic-ave/ave-2015-16-sem1-i41n Class Usage Examples

Public Methods

Method Description
MethodWrapper ( MethodInfo m, object target ) : System
NotifyObserversFrom ( int n ) : void

Method Details

MethodWrapper() public method

public MethodWrapper ( MethodInfo m, object target ) : System
m MethodInfo
target object
return System

NotifyObserversFrom() public method

public NotifyObserversFrom ( int n ) : void
n int
return void