DBusAny.this

Manually creates a DBusAny object using a type, signature and explicit variant specifier.

Direct use of this constructor from user code should be avoided.

  1. this(int type, string signature, bool explicit)
    struct DBusAny
    this
    (
    int type
    ,
    string signature
    ,
    )
  2. this(T value)

Meta