C# Class Microsoft.Azure.Commands.Compute.KeyValuePair

ファイルを表示 Open project: Azure/azure-powershell Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
KeyValuePair ( ) : Newtonsoft.Json
KeyValuePair ( string key, object value ) : Newtonsoft.Json

Method Details

KeyValuePair() public method

public KeyValuePair ( ) : Newtonsoft.Json
return Newtonsoft.Json

KeyValuePair() public method

public KeyValuePair ( string key, object value ) : Newtonsoft.Json
key string
value object
return Newtonsoft.Json