DirectoryEntryList Class

Independentsoft MSG .NET

DirectoryEntryList Class MSG .NET Class Library
Description of DirectoryEntryList.
Inheritance Hierarchy

OnlineSystem Object  OnlineSystem.Collections.Generic List DirectoryEntry 
    Independentsoft.IO.StructuredStorage DirectoryEntryList

Namespace: Independentsoft.IO.StructuredStorage
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public class DirectoryEntryList : List<DirectoryEntry>
public class DirectoryEntryList : List<DirectoryEntry>
Public Class DirectoryEntryList 
	Inherits List(Of DirectoryEntry)
Public Class DirectoryEntryList 
	Inherits List(Of DirectoryEntry)
Dim instance As DirectoryEntryList
Dim instance As DirectoryEntryList
public class DirectoryEntryList extends List<DirectoryEntry>
public class DirectoryEntryList extends List<DirectoryEntry>
public class DirectoryEntryList extends List<DirectoryEntry>
public class DirectoryEntryList extends List<DirectoryEntry>
Independentsoft.IO.StructuredStorage.DirectoryEntryList = function();

Type.createClass(
	'Independentsoft.IO.StructuredStorage.DirectoryEntryList',
	List`1);
Independentsoft.IO.StructuredStorage.DirectoryEntryList = function();

Type.createClass(
	'Independentsoft.IO.StructuredStorage.DirectoryEntryList',
	List`1);
See Also