PairT Class | 
Namespace: Dynamicweb.Analytics.Utilities
The PairT type exposes the following members.
| Name | Description | |
|---|---|---|
| PairT | 
            Initializes a new instance of an object.
              | |
| PairT(T, T) | 
            Initializes a new instance of an object.
              | |
| PairT(T, T, String) | 
            Initializes a new instance of an object.
              | 
| Name | Description | |
|---|---|---|
| First | 
            Gets or sets the first element.
              | |
| Second | 
            Gets or sets the second element.
              | |
| Separator | 
            Gets or sets the separator.
              | 
| Name | Description | |
|---|---|---|
| Parse | 
            Parses pair from the given string.
              | |
| ParseFromString | 
            Parses pair from the given string.
              | |
| ToString | 
            Returns string representation of the current instance.
              (Overrides ObjectToString.) | 
| Name | Description | |
|---|---|---|
| DefaultSeparator | 
            Gets the default separator.
              |