Show / Hide Table of Contents

    Class FeatureExtensions

    Inheritance
    System.Object
    FeatureExtensions
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Mapsui.Providers
    Assembly: Mapsui.dll
    Syntax
    public static class FeatureExtensions

    Methods

    | Improve this Doc View Source

    Copy(IFeature)

    Declaration
    public static IFeature Copy(this IFeature original)
    Parameters
    Type Name Description
    IFeature original
    Returns
    Type Description
    IFeature
    | Improve this Doc View Source

    Copy(IEnumerable<IFeature>)

    Declaration
    public static IEnumerable<IFeature> Copy(this IEnumerable<IFeature> original)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<IFeature> original
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IFeature>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX