PostSharpAPI ReferencePost­Sharp.​AspectsType­IdentityFrom­Types
Open sandboxFocus

TypeIdentity.FromTypes Method

FromTypes(Type[])

Wraps an array of Type into an array of TypeIdentity.

Declaration
public static TypeIdentity[] FromTypes(Type[] types)
Parameters
Type Name Description
System.Type[] types

An array of Type.

Returns
Type Description
TypeIdentity[]

An array of TypeIdentity wrapping types.