TypeIdentity.FromTypes Method |
Wraps an array of Type into an array of TypeIdentity.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public static TypeIdentity[] FromTypes( Type[] types )
Parameters
- types
- Type: System.Type[]
An array of Type.
Return Value
Type: TypeIdentity[]An array of TypeIdentity wrapping types.