Edit

Share via


SwiftSelf(Void*) Constructor

Definition

Creates a new instance of the SwiftSelf struct with the specified pointer value.

public:
 SwiftSelf(void* value);
public SwiftSelf (void* value);
new System.Runtime.InteropServices.Swift.SwiftSelf : nativeptr<unit> -> System.Runtime.InteropServices.Swift.SwiftSelf

Parameters

value
Void*

The pointer value representing the self context.

Applies to