System.Attribute.Attribute.IsDefaultAttribute C# (CSharp) Méthode

IsDefaultAttribute() public méthode

public IsDefaultAttribute ( ) : bool
Résultat bool
		public virtual bool IsDefaultAttribute ()
		{
			// Derived classes should override this default behaviour as appropriate
			return false;
		}