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