Struct Moved
Implements
IMovable<System.Boolean>
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: LibSugar
Assembly: LibSugar.dll
Syntax
public struct Moved : IMovable<bool>
Constructors
| Improve this Doc View SourceMoved(Boolean)
Declaration
public Moved(bool isMoved)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isMoved |
Properties
| Improve this Doc View SourceIsMoved
Declaration
public readonly bool IsMoved { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceMove()
Declaration
public bool Move()
Returns
Type | Description |
---|---|
System.Boolean | Return wask moved |
Implements
Extension Methods
Sugar.Borrow<T>(T)
Sugar.Owner<T>(T)