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