Search Results for

    Show / Hide Table of Contents

    Class FeatureKeyCreator<T>

    Inheritance
    object
    FeatureKeyCreator<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Features
    Assembly: Mapsui.dll
    Syntax
    public class FeatureKeyCreator<T> where T : notnull
    Type Parameters
    Name Description
    T

    Constructors

    | Edit this page View Source

    FeatureKeyCreator(int)

    Number of Keys to be created

    Declaration
    public FeatureKeyCreator(int numberOfKey = 100000)
    Parameters
    Type Name Description
    int numberOfKey

    number of keys

    Methods

    | Edit this page View Source

    GetKey(T)

    Declaration
    public uint GetKey(T key)
    Parameters
    Type Name Description
    T key
    Returns
    Type Description
    uint

    Extension Methods

    DisposableExtension.DisposeIfDisposable(object?)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX