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