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