Exemple #1
0
 public void GetWithValue(string value)
 {
     GetByValue?.Invoke((StemLength)GetBaseByValue(value));
 }
Exemple #2
0
 public void GetWithValue(string value)
 {
     GetByValue?.Invoke((FlowerPosition)GetBaseByValue(value));
 }
Exemple #3
0
 public void GetWithValue(string value)
 {
     GetByValue?.Invoke((PodShape)GetBaseByValue(value));
 }
Exemple #4
0
 public void GetWithValue(string value)
 {
     GetByValue?.Invoke((FlowerColor)GetBaseByValue(value));
 }
Exemple #5
0
 public void GetWithValue(Type value)
 {
     GetByValue?.Invoke((Trait)GetBaseByValue(value));
 }