C# Class MessagesExtension.IceCreamStickerCache

Inheritance: IDisposable
Afficher le fichier Open project: xamarin/monotouch-samples

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetSticker ( IceCream iceCream, Action completion ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
IceCreamStickerCache ( ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetSticker() public méthode

public GetSticker ( IceCream iceCream, Action completion ) : void
iceCream IceCream
completion Action
Résultat void