C# Class ZipCodes, code

Afficher le fichier Open project: shendongnian/code Class Usage Examples

Private Properties

Свойство Type Description
NotifyPropertyChanged void

Méthodes publiques

Méthode Description
GetCount ( ) : int
GetValue ( string key ) : string
PopulateZipCodeDictionary ( ) : void

Private Methods

Méthode Description
NotifyPropertyChanged ( String property ) : void

Method Details

GetCount() public static méthode

public static GetCount ( ) : int
Résultat int

GetValue() public static méthode

public static GetValue ( string key ) : string
key string
Résultat string

PopulateZipCodeDictionary() public static méthode

public static PopulateZipCodeDictionary ( ) : void
Résultat void