UWDelegate

constructor

Description

A delegate is a type that represents method references with a specific parameter list. When you instantiate a delegate, that instance can be associated with any method with a compatible signature. The method can be called (activated) using a delegate instance.

Returns

UWDelegate created delegate

Methods

Name Description
Add Associate method with this delegate
Remove Dissociate method from this delegate
Run Activate all methods associated with this delegate

Copyright © 2021, WWW_cool. Built on April 03, 2021 using GMDoc.