Class VersionedStruct
Class VersionedStruct.
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[Serializable]
public class VersionedStruct
Constructors
| Name | Description |
|---|---|
| VersionedStruct() | Initializes a new instance of the VersionedStruct class. |
| VersionedStruct(int) | Initializes a new instance of the VersionedStruct class. |
Fields
| Name | Description |
|---|---|
| version | The actual version of this struct |
Properties
| Name | Description |
|---|---|
| CurrentVersion | Gets the current version. |
Methods
| Name | Description |
|---|---|
| Create<T>(Func<T>) | Creates the specified builder. |