IPexClassFactory<T> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interfaces that defines factory for classes
generic <typename T>
where T : classpublic interface class IPexClassFactory
public interface IPexClassFactory<T> where T : class
type IPexClassFactory<'T (requires 'T : null)> = interface
Public Interface IPexClassFactory(Of T)
Type Parameters
- T
Methods
Create() |
Creates this instance. |