TagLib.IFD.IFDStructure.GetEntry C# (CSharp) 메소드

GetEntry() 공개 메소드

Returns the IFDEntry belonging to the given tag.
public GetEntry ( int directory, IFDEntryTag entry_tag ) : IFDEntry
directory int /// A with the directory that contains /// the wanted tag. ///
entry_tag IFDEntryTag /// A with the tag to get. ///
리턴 IFDEntry
		public IFDEntry GetEntry (int directory, IFDEntryTag entry_tag)
		{
			return GetEntry (directory, (ushort) entry_tag);
		}
		

Same methods

IFDStructure::GetEntry ( int directory, ushort tag ) : IFDEntry