C# Class CountlySDK.Entities.CustomInfoItem

Show file Open project: Countly/countly-sdk-windows Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CustomInfoItem ( string Name, string Value ) : System.Collections.Generic

Creates object with provided values

CustomInfoItem ( string Name, string Value ) : System.Runtime.Serialization

Creates object with provided values

Method Details

CustomInfoItem() public method

Creates object with provided values
public CustomInfoItem ( string Name, string Value ) : System.Collections.Generic
Name string Property name
Value string Preperty value
return System.Collections.Generic

CustomInfoItem() public method

Creates object with provided values
public CustomInfoItem ( string Name, string Value ) : System.Runtime.Serialization
Name string Property name
Value string Preperty value
return System.Runtime.Serialization