Click or drag to resize

StringPair Class

Inheritance Hierarchy
SystemObject
  Seal.ModelStringPair

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 8.3.0.0+c4d725cbae26375217e6c77c92a07fffaea6377d
Syntax
C#
[SerializableAttribute]
public class StringPair

The StringPair type exposes the following members.

Constructors
 NameDescription
Public methodStringPairInitializes a new instance of the StringPair class
Public methodStringPair(String, String)Initializes a new instance of the StringPair class
Top
Properties
 NameDescription
Public propertyKey 
Public propertyValue 
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString
(Overrides ObjectToString)
Top
See Also