Factory<!0, !1> Class |
Generic implementation of IFactory<!0>.
Namespace: PostSharp.Sdk.AspectInfrastructure
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public sealed class Factory<!0, !1> : IFactory<!0> where !1 : new(), !0
Type Parameters
- !0
[Missing <typeparam name="!0"/> documentation for "T:PostSharp.Sdk.AspectInfrastructure.Factory`2"]
- !1
[Missing <typeparam name="!1"/> documentation for "T:PostSharp.Sdk.AspectInfrastructure.Factory`2"]
The Factory<!0, !1> type exposes the following members.
Name | Description | |
---|---|---|
Factory<!0, !1> | Initializes a new instance of the Factory<!0, !1> class |
Name | Description | |
---|---|---|
Create |
Returns a new object.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |