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