System.Reflection.Context.CustomReflectionContext.GetCustomAttributes C# (CSharp) Метод

GetCustomAttributes() защищенный Метод

protected GetCustomAttributes ( System member, System declaredAttributes ) : System.Collections.Generic.IEnumerable
member System
declaredAttributes System
Результат 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; }