Class PathEnumerator
Enumerates the parts of a path.
Inherited Members
Namespace: FubarDev.FtpServer.FileSystem
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public class PathEnumerator : IEnumerable<string>, IEnumerable
Constructors
| Improve this Doc View SourcePathEnumerator(Nullable<String>)
Initializes a new instance of the PathEnumerator class.
Declaration
public PathEnumerator(string? path)
Parameters
Type | Name | Description |
---|---|---|
Nullable<String> | path | The path to enumerate. |
Methods
| Improve this Doc View SourceGetEnumerator()
Declaration
public IEnumerator<string> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<String> |
Explicit Interface Implementations
| Improve this Doc View SourceIEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator |