Beispiel #1
0
 public EnumerationAdapter(EnumerationMethod method)
 {
     if (method == null)
     {
         throw new ArgumentException();
     }
     m_Method = method;
 }
Beispiel #2
0
 public EnumerationWrapper(EnumerationMethod method)
 {
     m_Method = method;
 }