Microsoft.JScript.JSWrappedProperty.GetCustomAttributes C# (CSharp) Method

GetCustomAttributes() public method

public GetCustomAttributes ( Type t, bool inherit ) : Object[]
t System.Type
inherit bool
return Object[]
      public override Object[] GetCustomAttributes(Type t, bool inherit){
        return CustomAttribute.GetCustomAttributes(this.property, t, inherit);
      }
      

Same methods

JSWrappedProperty::GetCustomAttributes ( bool inherit ) : Object[]