C# Class Mapsui.Providers.Feature

Inheritance: IFeature, IDisposable
Afficher le fichier Open project: pauldendulk/Mapsui Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Feature ( ) : System
Feature ( IFeature feature ) : System
this ( string key ) : object

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Feature() public méthode

public Feature ( ) : System
Résultat System

Feature() public méthode

public Feature ( IFeature feature ) : System
feature IFeature
Résultat System

this() public méthode

public this ( string key ) : object
key string
Résultat object