System.Attribute.Attribute.IsDefaultAttribute C# (CSharp) Метод

IsDefaultAttribute() публичный Метод

public IsDefaultAttribute ( ) : bool
Результат bool
		public virtual bool IsDefaultAttribute ()
		{
			// Derived classes should override this default behaviour as appropriate
			return false;
		}