Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
generic <typename TResult>
public ref class FileSystemEnumerable : System::Collections::Generic::IEnumerable<TResult>
public class FileSystemEnumerable<TResult> : System.Collections.Generic.IEnumerable<TResult>
type FileSystemEnumerable<'Result> = class
interface seq<'Result>
interface IEnumerable
Public Class FileSystemEnumerable(Of TResult)
Implements IEnumerable(Of TResult)