cleanup MessagePosition.cs
This commit is contained in:
parent
323c0edcd9
commit
73ba93663a
|
@ -14,13 +14,10 @@
|
||||||
BottomRight = 3
|
BottomRight = 3
|
||||||
}
|
}
|
||||||
|
|
||||||
public MessagePosition Clone()
|
public MessagePosition Clone() => (MessagePosition)MemberwiseClone();
|
||||||
{
|
|
||||||
return (MessagePosition)MemberwiseClone();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class MessageOptionExtensions
|
public static class MessagePositionExtensions
|
||||||
{
|
{
|
||||||
public static bool IsTop(this MessagePosition.AnchorType type)
|
public static bool IsTop(this MessagePosition.AnchorType type)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue