Definition at line 86 of file Attribute.cs.
87 {
90 {
92 }
95 {
97 }
101 do
102 {
106 }
111 }
static Attribute[] CreateAttributeArrayHelper(Type elementType, int elementCount)
static void CopyToAttributeList(List< Attribute > attributeList, Attribute[] attributes, Dictionary< Type, AttributeUsageAttribute > types)
static Attribute[] GetCustomAttributes(MemberInfo element, Type attributeType)
static PropertyInfo GetParentDefinition(PropertyInfo property, Type[] propertyParameters)
static void AddAttributesToList(List< Attribute > attributeList, Attribute[] attributes, Dictionary< Type, AttributeUsageAttribute > types)
object[] GetCustomAttributes(bool inherit)
References System.Attribute.AddAttributesToList(), System.array, System.Attribute.CopyToAttributeList(), System.Attribute.CreateAttributeArrayHelper(), System.Reflection.MemberInfo.GetCustomAttributes(), System.Attribute.GetCustomAttributes(), System.Attribute.GetParentDefinition(), System.list, and System.type.