LocationInfo.ToLocationInfoArray Method (ICollection<PropertyInfo>) |
Converts a collection of PropertyInfo into an array of LocationInfo.
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public static LocationInfo[] ToLocationInfoArray( ICollection<PropertyInfo> properties )
Parameters
- properties
- Type: System.Collections.Generic.ICollection<PropertyInfo>
A collection of PropertyInfo.
Return Value
Type: LocationInfo[]An array of LocationInfo.