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 SourceCopy(IFeature)
Declaration
public static IFeature Copy(this IFeature original)
Parameters
Type | Name | Description |
---|---|---|
IFeature | original |
Returns
Type | Description |
---|---|
IFeature |
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> |