MobileAppSettingsDictionary Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MobileAppSettingsDictionary() |
Initializes a new instance of the MobileAppSettingsDictionary class. |
MobileAppSettingsDictionary(SerializationInfo, StreamingContext) |
Initializes a new instance of the MobileAppSettingsDictionary class with the specified serialization information and streaming context. |
MobileAppSettingsDictionary()
Initializes a new instance of the MobileAppSettingsDictionary class.
public MobileAppSettingsDictionary ();
Public Sub New ()
Applies to
MobileAppSettingsDictionary(SerializationInfo, StreamingContext)
Initializes a new instance of the MobileAppSettingsDictionary class with the specified serialization information and streaming context.
protected MobileAppSettingsDictionary (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Azure.Mobile.Server.MobileAppSettingsDictionary : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Azure.Mobile.Server.MobileAppSettingsDictionary
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
A SerializationInfo containing information about the MobileAppSettingsDictionary to be initialized.
- context
- StreamingContext
A StreamingContext that indicates the source destination and context information of a serialized stream.
Applies to
Azure SDK for .NET