Visual Basic (Declaration) | |
---|---|
Public Class FileList Inherits System.Collections.ObjectModel.KeyedCollection(Of String,FileInfo) |
C# | |
---|---|
public class FileList : System.Collections.ObjectModel.KeyedCollection<string,FileInfo> |
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
CSharpTest.Net.Utils.FileList
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7