File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,6 @@ public Tag(int type, Directory directory)
22
22
/// <value>the tag type as an int</value>
23
23
public int Type { get ; }
24
24
25
- [ Obsolete ( "Use Type instead." ) ]
26
- public int TagType => Type ;
27
-
28
25
/// <summary>
29
26
/// Get a description of the tag's value, considering enumerated values
30
27
/// and units.
@@ -39,17 +36,11 @@ public Tag(int type, Directory directory)
39
36
/// </remarks>
40
37
public bool HasName => _directory . HasTagName ( Type ) ;
41
38
42
- [ Obsolete ( "Use HasName instead." ) ]
43
- public bool HasTagName => HasName ;
44
-
45
39
/// <summary>
46
40
/// Get the name of the tag, such as <c>Aperture</c>, or <c>InteropVersion</c>.
47
41
/// </summary>
48
42
public string Name => _directory . GetTagName ( Type ) ;
49
43
50
- [ Obsolete ( "Use Name instead" ) ]
51
- public string TagName => Name ;
52
-
53
44
/// <summary>
54
45
/// Get the name of the <see cref="Directory"/> in which the tag exists, such as <c>Exif</c>, <c>GPS</c> or <c>Interoperability</c>.
55
46
/// </summary>
You can’t perform that action at this time.
0 commit comments