Alias RestInterface.SubInterfaceFunctions

Aliases for each sub interface method

This array has the same number of entries as subInterfaces and SubInterfaceTypes.

Declaration

struct RestInterface
{
  // ...
  alias SubInterfaceFunctions = RestInterface.GetSubInterfaceFunctions!();
  // ...
}

Authors

Sönke Ludwig

Copyright

© 2015 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.