You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<paramname="directory">The path of the directory where the enumeration will be performed.</param>
58
+
<paramname="transform">A delegate method for transforming raw find data into a result.</param>
59
+
<paramname="options">An object describing the enumeration options.</param>
60
+
<summary>Initializes a new instance of the <seecref="T:System.IO.Enumeration.FileSystemEnumerable`1" /> class with specific search and filtering options.</summary>
61
+
<remarks>To be added.</remarks>
62
+
<exceptioncref="T:System.ArgumentNullException"><paramrefname="directory" /> or <paramrefname="transform" /> is <seelangword="null" />.</exception>
63
+
<exceptioncref="T:System.ArgumentException">The <paramrefname="directory" /> path is empty.
64
+
65
+
-or-
66
+
67
+
<paramrefname="directory" /> contains a null character "\0".</exception>
0 commit comments