Click or drag to resize
DynamicClass Class

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

Inheritance Hierarchy
SystemObject
  System.Linq.DynamicDynamicClass

Namespace: System.Linq.Dynamic
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public abstract class DynamicClass

The DynamicClass type exposes the following members.

Constructors
  NameDescription
Protected methodDynamicClass
Initializes a new instance of the DynamicClass class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
(Overrides ObjectToString.)
Top
See Also