LocationInfo.ToLocationInfoArray Method (ICollection<FieldInfo>) |
Converts a collection of FieldInfo 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<FieldInfo> fields )
Parameters
- fields
- Type: System.Collections.Generic.ICollection<FieldInfo>
A collection of FieldInfo.
Return Value
Type: LocationInfo[]An array of LocationInfo.