Exemplo n.º 1
0
 public static Colour CopyFrom([JetBrains.Annotations.NotNull] Colour other)
 {
     return(other.Clone());
 }
Exemplo n.º 2
0
 public static Colour CopyFrom([NotNull] Colour other)
 {
     return(other.Clone());
 }