Skip to content

Commit

Permalink
Annotations.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed Mar 28, 2016
1 parent 26ccca5 commit c3e49f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MetadataExtractor/Directory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ public abstract class Directory
/// <param name="tagType">The tag to look up.</param>
/// <param name="tagName">The found name, if any.</param>
/// <returns><c>true</c> if the tag is known and <paramref name="tagName"/> was set, otherwise <c>false</c>.</returns>
[ContractAnnotation("=>false,tagName:null")]
[ContractAnnotation("=>true, tagName:notnull")]
protected abstract bool TryGetTagName(int tagType, out string tagName);

/// <summary>Gets a value indicating whether the directory is empty, meaning it contains no errors and no tag values.</summary>
Expand Down

0 comments on commit c3e49f2

Please sign in to comment.