Change RecStatus enum type from short to byte
Reduced the underlying type of the RecStatus enum from short to byte to decrease memory usage. No changes were made to the enum values or their definitions.
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
/// </para>
|
/// </para>
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <seealso cref="RecStatusExtensions"/>
|
/// <seealso cref="RecStatusExtensions"/>
|
||||||
public enum RecStatus : short
|
public enum RecStatus : byte
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Indicates that the operation completed successfully (value 0).
|
/// Indicates that the operation completed successfully (value 0).
|
||||||
|
|||||||
Reference in New Issue
Block a user