Archetype.Sandbox.DelegatingObjectWithMethodMissing.DelegatingObjectWithMethodMissing C# (CSharp) Method

DelegatingObjectWithMethodMissing() public method

public DelegatingObjectWithMethodMissing ( object prototype ) : System.Dynamic
prototype object
return System.Dynamic
        public DelegatingObjectWithMethodMissing( object prototype )
            : base(prototype)
        {
        }

Same methods

DelegatingObjectWithMethodMissing::DelegatingObjectWithMethodMissing ( ) : System.Dynamic