C# Class ZipCodes, code

Datei anzeigen Open project: shendongnian/code Class Usage Examples

Private Properties

Property Type Description
NotifyPropertyChanged void

Public Methods

Method Description
GetCount ( ) : int
GetValue ( string key ) : string
PopulateZipCodeDictionary ( ) : void

Private Methods

Method Description
NotifyPropertyChanged ( String property ) : void

Method Details

GetCount() public static method

public static GetCount ( ) : int
return int

GetValue() public static method

public static GetValue ( string key ) : string
key string
return string

PopulateZipCodeDictionary() public static method

public static PopulateZipCodeDictionary ( ) : void
return void