C# 클래스 Mapsui.Providers.Feature

상속: IFeature, IDisposable
파일 보기 프로젝트 열기: pauldendulk/Mapsui 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Feature ( ) : System
Feature ( IFeature feature ) : System
this ( string key ) : object

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Feature() 공개 메소드

public Feature ( ) : System
리턴 System

Feature() 공개 메소드

public Feature ( IFeature feature ) : System
feature IFeature
리턴 System

this() 공개 메소드

public this ( string key ) : object
key string
리턴 object