Example #1
0
 public T Get <T>(AbstractStyleKey <T> key)
 {
     return(key.Get(this));
 }
Example #2
0
 public bool Equals([AllowNull] AbstractStyleKey <T> other)
 {
     return(Name == other?.Name);
 }