C# 클래스 AzureStorageAnalyticsViewer.IsolatedStorageSettings

파일 보기 프로젝트 열기: mogliang/Azure-Storage-Analytics-Viewer

공개 메소드들

메소드 설명
ContainsKey ( string key ) : bool
IsolatedStorageSettings ( ) : System
Save ( ) : void
this ( string idx ) : string

메소드 상세

ContainsKey() 공개 메소드

public ContainsKey ( string key ) : bool
key string
리턴 bool

IsolatedStorageSettings() 공개 메소드

public IsolatedStorageSettings ( ) : System
리턴 System

Save() 공개 메소드

public Save ( ) : void
리턴 void

this() 공개 메소드

public this ( string idx ) : string
idx string
리턴 string