C# 클래스 ZipCodes, code

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

Private Properties

프로퍼티 타입 설명
NotifyPropertyChanged void

공개 메소드들

메소드 설명
GetCount ( ) : int
GetValue ( string key ) : string
PopulateZipCodeDictionary ( ) : void

비공개 메소드들

메소드 설명
NotifyPropertyChanged ( String property ) : void

메소드 상세

GetCount() 공개 정적인 메소드

public static GetCount ( ) : int
리턴 int

GetValue() 공개 정적인 메소드

public static GetValue ( string key ) : string
key string
리턴 string

PopulateZipCodeDictionary() 공개 정적인 메소드

public static PopulateZipCodeDictionary ( ) : void
리턴 void