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

IsDefined() public final method

public final IsDefined ( Type type, bool inherit ) : bool
type System.Type
inherit bool
return bool
      public sealed override bool IsDefined(Type type, bool inherit){ 
        return false;
      }