using System.Collections.Generic; namespace System.Reflection { public static class CustomAttributeExtensions { public static System.Attribute GetCustomAttribute(this System.Reflection.Assembly element, System.Type attributeType) { throw null; } public static System.Attribute GetCustomAttribute(this System.Reflection.MemberInfo element, System.Type attributeType) { throw null; } public static System.Attribute GetCustomAttribute(this System.Reflection.MemberInfo element, System.Type attributeType, bool inherit) { throw null; } public static System.Attribute GetCustomAttribute(this System.Reflection.Module element, System.Type attributeType) { throw null; } public static System.Attribute GetCustomAttribute(this System.Reflection.ParameterInfo element, System.Type attributeType) { throw null; } public static System.Attribute GetCustomAttribute(this System.Reflection.ParameterInfo element, System.Type attributeType, bool inherit) { throw null; } public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.Assembly element) { throw null; } public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.Assembly element, System.Type attributeType) { throw null; } public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.MemberInfo element) { throw null; } public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.MemberInfo element, bool inherit) { throw null; } public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.MemberInfo element, System.Type attributeType) { throw null; } public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.MemberInfo element, System.Type attributeType, bool inherit) { throw null; } public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.Module element) { throw null; } public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.Module element, System.Type attributeType) { throw null; } public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.ParameterInfo element) { throw null; } public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.ParameterInfo element, bool inherit) { throw null; } public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.ParameterInfo element, System.Type attributeType) { throw null; } public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.ParameterInfo element, System.Type attributeType, bool inherit) { throw null; } public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.Assembly element) where T : System.Attribute { throw null; } public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.MemberInfo element) where T : System.Attribute { throw null; } public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.MemberInfo element, bool inherit) where T : System.Attribute { throw null; } public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.Module element) where T : System.Attribute { throw null; } public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.ParameterInfo element) where T : System.Attribute { throw null; } public static System.Collections.Generic.IEnumerable GetCustomAttributes(this System.Reflection.ParameterInfo element, bool inherit) where T : System.Attribute { throw null; } public static T GetCustomAttribute(this System.Reflection.Assembly element) where T : System.Attribute { throw null; } public static T GetCustomAttribute(this System.Reflection.MemberInfo element) where T : System.Attribute { throw null; } public static T GetCustomAttribute(this System.Reflection.MemberInfo element, bool inherit) where T : System.Attribute { throw null; } public static T GetCustomAttribute(this System.Reflection.Module element) where T : System.Attribute { throw null; } public static T GetCustomAttribute(this System.Reflection.ParameterInfo element) where T : System.Attribute { throw null; } public static T GetCustomAttribute(this System.Reflection.ParameterInfo element, bool inherit) where T : System.Attribute { throw null; } public static bool IsDefined(this System.Reflection.Assembly element, System.Type attributeType) { throw null; } public static bool IsDefined(this System.Reflection.MemberInfo element, System.Type attributeType) { throw null; } public static bool IsDefined(this System.Reflection.MemberInfo element, System.Type attributeType, bool inherit) { throw null; } public static bool IsDefined(this System.Reflection.Module element, System.Type attributeType) { throw null; } public static bool IsDefined(this System.Reflection.ParameterInfo element, System.Type attributeType) { throw null; } public static bool IsDefined(this System.Reflection.ParameterInfo element, System.Type attributeType, bool inherit) { throw null; } } }