Im trying to figure out why the following is making me cast the enumerator.

Here is the enumerator:


public enum SecurityLevel { L1 = 0, L2, L3, L4, L5 }


This code here works but forces...