System.Reflection.Context.CustomReflectionContext.GetCustomAttributes C# (CSharp) Method

GetCustomAttributes() protected method

protected GetCustomAttributes ( System member, System declaredAttributes ) : System.Collections.Generic.IEnumerable
member System
declaredAttributes System
return System.Collections.Generic.IEnumerable
        protected virtual System.Collections.Generic.IEnumerable<object> GetCustomAttributes(System.Reflection.MemberInfo member, System.Collections.Generic.IEnumerable<object> declaredAttributes) { throw null; }
        protected virtual System.Collections.Generic.IEnumerable<object> GetCustomAttributes(System.Reflection.ParameterInfo parameter, System.Collections.Generic.IEnumerable<object> declaredAttributes) { throw null; }