Click or drag to resize
Signature Class

[Missing <summary> documentation for "T:System.Linq.Dynamic.Signature"]

Inheritance Hierarchy
SystemObject
  System.Linq.DynamicSignature

Namespace: System.Linq.Dynamic
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal class Signature : IEquatable<Signature>

The Signature type exposes the following members.

Constructors
  NameDescription
Public methodSignature
Initializes a new instance of the Signature class
Top
Methods
  NameDescription
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(Signature)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldhashCode
Public fieldproperties
Top
See Also