using System.Reflection; namespace BlendFile; public static class FileInfoExt { static bool IsFieldPointer(this FieldInfo field) => field.GetCustomAttribute()!.IsPointer; }