System.Dynamic.DynamicObject.DynamicObject C# (CSharp) Method

DynamicObject() protected method

Enables derived types to create a new instance of DynamicObject. DynamicObject instances cannot be directly instantiated because they have no implementation of dynamic behavior.
protected DynamicObject ( ) : Microsoft.Scripting.Ast
return Microsoft.Scripting.Ast
        protected DynamicObject() {
        }