Delegate CDeclarationActionDelegate
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.