Class DirectoryInfoExtensionMethods
Inheritance
System.Object
DirectoryInfoExtensionMethods
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.ExtensionMethods
Assembly: Aurigma.DesignAtoms.dll
Syntax
public static class DirectoryInfoExtensionMethods
Methods
GetFilesByExtensions(DirectoryInfo, String[])
Declaration
public static IEnumerable<FileInfo> GetFilesByExtensions(this DirectoryInfo dir, params string[] extensions)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IO.DirectoryInfo | dir | |
| System.String[] | extensions |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<System.IO.FileInfo> |