Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: HArg(string, JsonValue)

  • Declared in: RT.Util.HArg

Declaration

public HArg(
    string name,
    JsonValue value
)

Summary

Constructor for a key-value argument (not a file upload).

Parameters

stringname Name of the argument.
JsonValuevalue Value of the argument. This value is encoded as JSON syntax.

See also