FluentLinqToSql.ActiveRecord.DataAnnotationsValidator.GetProperties C# (CSharp) Méthode

GetProperties() private méthode

private GetProperties ( ) : System.Reflection.PropertyInfo[]
Résultat System.Reflection.PropertyInfo[]
        private PropertyInfo[] GetProperties()
        {
            return type.GetProperties(BindingFlags.Public | BindingFlags.Instance);
        }