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