Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: HArg(string, string)

  • Declared in: RT.Util.HArg

Declaration

public HArg(
    string name,
    string value
)

Summary

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

Parameters

stringname Name of the argument.
stringvalue Value of the argument.

See also