TypeIdentity.FromTypeNames Method |
Wraps an array of type names 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[] FromTypeNames( string[] typeNames )
Parameters
- typeNames
- Type: System.String[]
An array of type names.
Return Value
Type: TypeIdentity[]An array of TypeIdentity wrapping typeNames.