Winnovative Logo

NameValuePairsCollection Class

Winnovative Client for .NET Core
Represents a collection of NameValuePair objects
Inheritance Hierarchy

SystemObject
  WinnovativeClientNameValuePairsCollection

Namespace:  WinnovativeClient
Assembly:  WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax

public class NameValuePairsCollection

The NameValuePairsCollection type exposes the following members.

Constructors

  NameDescription
Public methodNameValuePairsCollection
Initializes a new instance of the NameValuePairsCollection class
Top
Properties

  NameDescription
Public propertyCount
Gets the number of pairs in collection
Top
Methods

  NameDescription
Public methodAdd
Adds a name value pair to collection
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetByIndex
Gets the name value pair at the given index in collection
Public methodGetByName
Gets the name value pair having a given name
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference