Show / Hide Table of Contents

    Class PathEnumerator

    Enumerates the parts of a path.

    Inheritance
    Object
    PathEnumerator
    Implements
    IEnumerable<String>
    IEnumerable
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer.FileSystem
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public class PathEnumerator : IEnumerable<string>, IEnumerable

    Constructors

    | Improve this Doc View Source

    PathEnumerator(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 Source

    GetEnumerator()

    Declaration
    public IEnumerator<string> GetEnumerator()
    Returns
    Type Description
    IEnumerator<String>

    Explicit Interface Implementations

    | Improve this Doc View Source

    IEnumerable.GetEnumerator()

    Declaration
    IEnumerator IEnumerable.GetEnumerator()
    Returns
    Type Description
    IEnumerator

    Implements

    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable

    Extension Methods

    PathNormalizer.NormalizePath(IEnumerable<String>, Nullable<IEnumerable<String>>)
    • Improve this Doc
    • View Source
    Back to top
    Copyright © 2018 Fubar Development Junker
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.