Microsoft.JScript.JSPropertyInfo.IsDefined C# (CSharp) Method

IsDefined() public method

public IsDefined ( Type type, bool inherit ) : bool
type System.Type
inherit bool
return bool
      public override bool IsDefined(Type type, bool inherit){ 
        return CustomAttribute.IsDefined(this.property, type, inherit);
      }