We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ccca5 commit c3e49f2Copy full SHA for c3e49f2
MetadataExtractor/Directory.cs
@@ -65,6 +65,8 @@ public abstract class Directory
65
/// <param name="tagType">The tag to look up.</param>
66
/// <param name="tagName">The found name, if any.</param>
67
/// <returns><c>true</c> if the tag is known and <paramref name="tagName"/> was set, otherwise <c>false</c>.</returns>
68
+ [ContractAnnotation("=>false,tagName:null")]
69
+ [ContractAnnotation("=>true, tagName:notnull")]
70
protected abstract bool TryGetTagName(int tagType, out string tagName);
71
72
/// <summary>Gets a value indicating whether the directory is empty, meaning it contains no errors and no tag values.</summary>
0 commit comments