2025-09-17 16:40:02 -07:00

366 B

Notes

Important Versions

/// <summary>
/// 2.1.0 and greater
/// The alignment concept was first introduced only in v2.1.0
/// </summary>
public bool IsAlign { get; }
/// <summary>
/// 2017.1 and greater
/// </summary>
public bool IsAlignArrays { get; }
/// <summary>
/// 4.5.0 and greater
/// </summary>
public bool IsStructSerializable { get; }