Class CompletionContextHandle
public class CompletionContextHandle : ObjectHandle, IDisposable
- Inheritance
-
CompletionContextHandle
- Implements
- Inherited Members
Constructors
CompletionContextHandle(nint, bool)
public CompletionContextHandle(nint handle, bool ownsHandle)
Parameters
Methods
For<T>(ConstructArgument[])
public static CompletionContextHandle For<T>(ConstructArgument[] constructArguments) where T : CompletionContext, GTypeProvider
Parameters
constructArguments
ConstructArgument[]
Returns
Type Parameters
T