C# Class Mapsui.Providers.Feature

Inheritance: IFeature, IDisposable
Datei anzeigen Open project: pauldendulk/Mapsui Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Feature ( ) : System
Feature ( IFeature feature ) : System
this ( string key ) : object

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Feature() public method

public Feature ( ) : System
return System

Feature() public method

public Feature ( IFeature feature ) : System
feature IFeature
return System

this() public method

public this ( string key ) : object
key string
return object