GridSerializer.SerializedChange<T> members
Indicates that the user has made a change.
The GridSerializer.SerializedChange<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GridSerializer.SerializedChange<T> | Initializes a new instance of the GridSerializer.SerializedChange<T>class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
changeNumber | A value representing the change number. | |
updates | A value representing the update field. |
Top