Skip to content

Commit bab22d3

Browse files
committed
NTFS: FileRecordSegment: Improved documentation
1 parent ab9166e commit bab22d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

DiskAccessLibrary/FileSystems/NTFS/FileRecord/FileRecordSegment.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@ public AttributeRecord GetImmediateAttributeRecord(AttributeType type, string na
184184
return null;
185185
}
186186

187+
/// <summary>
188+
/// This method should only be used to add attributes that have already been sorted
189+
/// </summary>
187190
public void AddAttributeRecord(AttributeRecord attribute)
188191
{
189192
attribute.Instance = NextAttributeInstance;

0 commit comments

Comments
 (0)