Type Summary

						public abstract class Attribute
 {
   // Constructors
      protected Attribute ();

   // Properties
MS CF
						public virtual object TypeId { get; }

   // Methods
      public override bool Equals (object obj);
      public static Attribute GetCustomAttribute (Assembly element,
                                                  Type attributeType);
   MS
						public static Attribute GetCustomAttribute (Assembly element,
                                                  Type attributeType,
                                                  bool inherit);
      public static Attribute GetCustomAttribute (MemberInfo element,
                                                  Type attributeType);
   MS
						public static Attribute GetCustomAttribute (MemberInfo element,
                                                  Type attributeType,
                                                  bool inherit);
      public static Attribute GetCustomAttribute (Module element,
                                                  Type attributeType);
   MS
						public static Attribute GetCustomAttribute (Module element,
                                                  Type attributeType,
                                                  bool inherit);
      public ...

Get .NET Framework Standard Library Annotated Reference, Volume 1: Base Class Library and Extended Numerics Library now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.