C# Class FSO.Content.ResInvokeElem

Show file Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
Args object[]
Function System.Delegate
Sync System.Threading.AutoResetEvent

Public Methods

Method Description
ResInvokeElem ( Delegate func, object args ) : System

Method Details

ResInvokeElem() public method

public ResInvokeElem ( Delegate func, object args ) : System
func System.Delegate
args object
return System

Property Details

Args public property

public object[] Args
return object[]

Function public property

public Delegate,System Function
return System.Delegate

Sync public property

public AutoResetEvent,System.Threading Sync
return System.Threading.AutoResetEvent