Method ConnectInterfaces
ConnectInterfaces(IUsesConnectInterfaces, object, object)
Method provided by the system for connecting interfaces
Declaration
public static void ConnectInterfaces(this IUsesConnectInterfaces user, object target, object userData = null)
Parameters
Type | Name | Description |
---|---|---|
IUsesConnectInterfaces | user | The functionality user |
object | target | Object to connect interfaces on |
object | userData | (Optional) extra data needed to connect interfaces on this object |