Skip to content

Commit

Permalink
expose property
Browse files Browse the repository at this point in the history
  • Loading branch information
brettfo committed Mar 7, 2023
1 parent 71c9ca2 commit 9824eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IxMilia.Dwg/DwgHandleReference.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public enum DwgHandleReferenceCode : byte
public struct DwgHandleReference : IEquatable<DwgHandleReference>
{
public DwgHandleReferenceCode Code { get; }
internal uint HandleOrOffset { get; }
public uint HandleOrOffset { get; }

public bool IsEmpty => (int)Code == 0 && HandleOrOffset == 0;

Expand Down

0 comments on commit 9824eb4

Please sign in to comment.