What is the dis/advantage of following two ways for defining static functions:
class MyClass{ static readonly MyFunction1 = () => { // do something };