FluentLinqToSql.ActiveRecord.DataAnnotationsValidator.GetProperties C# (CSharp) Method

GetProperties() private method

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