Table of Contents

Delegate CDeclarationActionDelegate

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

Represents a delegate for an unmanaged function with the C calling convention.

public delegate void CDeclarationActionDelegate()

Remarks

This delegate is used to define a method signature for unmanaged functions that follow the C calling convention. It is typically used in scenarios involving interop with native code.