I have a static class with static private readonly member that\'s set via the class\'s static constructor. Below is a simplified example.
static class
static private readonly
static constructor
This "null rule" also applies to FieldInfo.GetValue() for a static field, e.g.,
Console.Writeline((string)(field.GetValue(null)));