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;
		}