c# Programming Glossary: logcategory
Associating enums with strings in C# http://stackoverflow.com/questions/630803/associating-enums-with-strings-in-c-sharp more enum like. Here's a example for a Logger public class LogCategory private LogCategory string value Value value public string Value.. a example for a Logger public class LogCategory private LogCategory string value Value value public string Value get set public.. Value value public string Value get set public static LogCategory Trace get return new LogCategory Trace public static LogCategory..
|