C# 클래스 System.Data.WebStorage.Storage

파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Storage System.Runtime.CompilerServices
this string

공개 메소드들

메소드 설명
Clear ( ) : void
GetItem ( string key ) : string
Key ( int index ) : string
RemoveItem ( string key ) : void
SetItem ( string key, string value ) : void

비공개 메소드들

메소드 설명
Storage ( ) : System.Runtime.CompilerServices
this ( string key ) : string

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

GetItem() 공개 메소드

public GetItem ( string key ) : string
key string
리턴 string

Key() 공개 메소드

public Key ( int index ) : string
index int
리턴 string

RemoveItem() 공개 메소드

public RemoveItem ( string key ) : void
key string
리턴 void

SetItem() 공개 메소드

public SetItem ( string key, string value ) : void
key string
value string
리턴 void