Class SubclassRegistrar
Registers a custom subclass with the GObject type system.
public static class SubclassRegistrar
- Inheritance
-
SubclassRegistrar
- Inherited Members
Methods
Register<TSubclass, TParent>()
public static Type Register<TSubclass, TParent>() where TSubclass : InstanceFactory where TParent : GTypeProvider
Returns
Type Parameters
TSubclass
TParent