Jayrock.Json.TestObjectSurrogateConstructorBase.Surrogate.OnCreateObject C# (CSharp) Method

OnCreateObject() public method

public OnCreateObject ( ImportContext context ) : object
context ImportContext
return object
            public override object OnCreateObject(ImportContext context)
            {
                return _obj;
            }
TestObjectSurrogateConstructorBase.Surrogate