Table of Contents

Constructor InternalMethodReference

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

InternalMethodReference(Type?, string)

Initializes a new instance of the InternalMethodReference<TDelegate> structure with the specified container type and method name.

public InternalMethodReference(Type? container, string name)

Parameters

container Type

The type that contains the method. Can be null if the method is not associated with a specific type.

name string

The name of the method being referenced. Cannot be null or empty.