Add notes about prefixed strings

This commit is contained in:
Matt Nadareski
2024-04-23 17:20:05 -04:00
parent a422ec7e6d
commit 22cb5360e6
9 changed files with 9 additions and 9 deletions

View File

@@ -24,7 +24,7 @@
/// This defines the length of the string in bytes. The length of each
/// ascii name string is limited to 127 characters.
/// </remarks>
public byte Length { get; set; }
public byte Length { get; set; } // TODO: Remove in lieu of AnsiBStr
/// <summary>
/// ASCII String.