What does that line mean in ObjectScript?

85 Views Asked by At

This is a line in class MonCache.DB of this project:

s fieldsNames = ##class(MonCache.Types.Object) modificationOperator.getNames()

It is the first time I see that... Is that a cast, by any chance?

1

There are 1 best solutions below

0
On BEST ANSWER

It's method casting and whitespace does not matter in this particular context.