public abstract class Stuff { public const string Foo = "Bar"; public const string Baz = "Qux"; }
The above should let you do something like this:
string foo = Stuff.Foo;
No comments:
Post a Comment