Beispiel #1
0
 internal All(ActiveFields source)
 {
     m_Source = source;
 }
Beispiel #2
0
 internal Base(ActiveFields source)
 {
     m_Source = source;
 }
Beispiel #3
0
 internal NoPermutation(ActiveFields source)
 {
     m_Source = source;
 }
Beispiel #4
0
 internal ForPermutationIndex(ActiveFields source, int index)
 {
     m_Source           = source;
     m_PermutationIndex = index;
 }
Beispiel #5
0
 internal AllPermutations(ActiveFields source)
 {
     m_Source = source;
 }