Pchp.Library.Variables.DumpFormatter.AcceptObject C# (CSharp) Method

AcceptObject() public method

public AcceptObject ( object obj ) : void
obj object
return void
            public override void AcceptObject(object obj)
            {
                throw new NotImplementedException();
            }
        }