Function FullName.combine

Prototype

static string combine(
  string namespace,
  string name
);

Example

assert(FullName.combine("", "name") == "name");
assert(FullName.combine("*", "name") == "*:name");
assert(FullName.combine("namespace", "name") == "namespace:name");

Authors

Copyright

License