LumiSoft Mail Server User API
IsDescendent Method (toTest)
Namespaces > ICSharpCode.SharpZipLib.Tar > TarEntry > IsDescendent(TarEntry)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Tar.TarEntry.IsDescendent(ICSharpCode.SharpZipLib.Tar.TarEntry)]

Syntax
C#Visual BasicManaged C++
public bool IsDescendent (
	TarEntry toTest
)
Public Function IsDescendent ( _
	toTest As TarEntry _
) As Boolean
public:
bool IsDescendent (
	TarEntry^ toTest
)
Parameters
toTest (TarEntry)

[Missing <param> documentation for "toTest"]

Return Value

[Missing <returns> documentation for M:ICSharpCode.SharpZipLib.Tar.TarEntry.IsDescendent(ICSharpCode.SharpZipLib.Tar.TarEntry)]

Assembly: ICSharpCode.SharpZipLib Version: 0.85.0.0 (Module: ICSharpCode.SharpZipLib)