IFactory<!0> Interface |
Defines the semantics of a factory object. Has a single method Create().
Namespace: PostSharp.Sdk.AspectInfrastructure
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public interface IFactory<!0>
Type Parameters
- !0
[Missing <typeparam name="!0"/> documentation for "T:PostSharp.Sdk.AspectInfrastructure.IFactory`1"]
The IFactory<!0> type exposes the following members.
Name | Description | |
---|---|---|
Create |
Returns a new object.
|