C#C
C#3y ago
PatrickG

❔ can a static class contain static class as property

Let's say I make static Class1 in a file
in an other file I make static Class2

Is there a way to make it so I could call Class1.Class2.Method() ??
Was this page helpful?