 | StringXJoin Method |
Return a string which is the concatenation of the strings in the collection. The separator between elements
is the string providing this method. Mimics str.join(iterable) in Python.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
See Also