Class FeatureKeyCreator<T>
Inheritance
FeatureKeyCreator<T>
Assembly: Mapsui.dll
Syntax
public class FeatureKeyCreator<T> where T : notnull
Type Parameters
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
Extension Methods