Click or drag to resize

PairT Class

Represents a set of two values with the custom delimiter in between.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.UtilitiesPairT

Namespace:  Dynamicweb.Analytics.Utilities
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class Pair<T>
where T : IConvertible

Type Parameters

T

The PairT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyFirst
Gets or sets the first element.
Public propertySecond
Gets or sets the second element.
Public propertySeparator
Gets or sets the separator.
Top
Methods
  NameDescription
Public methodStatic memberParse
Parses pair from the given string.
Protected methodParseFromString
Parses pair from the given string.
Public methodToString
Returns string representation of the current instance.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldStatic memberDefaultSeparator
Gets the default separator.
Top
See Also