System.ComponentModel.DataAnnotations.CountPropertyHelper static class CountPropertyHelper Documentation Code namespace System.ComponentModel.DataAnnotations { internal static class CountPropertyHelper { public static bool TryGetCount(object value, out int count); } }