Function FullName.ensureNoWildcardName
Throws with appropriate message if this.name is "*".
Wildcards are only supported for namespaces, not names.
Prototype
void ensureNoWildcardName(
string extaMsg = null
);
Throws with appropriate message if this.name is "*".
Wildcards are only supported for namespaces, not names.
void ensureNoWildcardName(
string extaMsg = null
);