Function Property.this

this (
  Property.Hint hint,
  string hintString = null,
  Property.Usage usage = cast(Usage)7,
  RPCMode rpcMode = cast(RPCMode)0
);

this (
  Property.Usage usage,
  Property.Hint hint = cast(Hint)0,
  string hintString = null,
  RPCMode rpcMode = cast(RPCMode)0
);