C# Class Microsoft.HockeyApp.Model.AppVersion

Inheritance: IAppVersion
Mostrar archivo Open project: bitstadium/HockeySDK-Windows

Private Properties

Property Type Description

Public Methods

Method Description
FromJson ( Stream jsonStream ) : IEnumerable

unmarshal a AppVersion from a jsonStream

Method Details

FromJson() public static method

unmarshal a AppVersion from a jsonStream
public static FromJson ( Stream jsonStream ) : IEnumerable
jsonStream Stream json to unmarshall
return IEnumerable