internal delegate void dyn_deserialize(
TypeSchema schema,
SlimReader reader,
TypeRegistry tregistry,
RefPool refs,
ref Object instance,
StreamingContext context
)
internal delegate void dyn_deserialize(
TypeSchema schema,
SlimReader reader,
TypeRegistry tregistry,
RefPool refs,
ref Object instance,
StreamingContext context
)
Friend Delegate Sub dyn_deserialize (
schema As TypeSchema,
reader As SlimReader,
tregistry As TypeRegistry,
refs As RefPool,
ByRef instance As Object,
context As StreamingContext
)
Friend Delegate Sub dyn_deserialize (
schema As TypeSchema,
reader As SlimReader,
tregistry As TypeRegistry,
refs As RefPool,
ByRef instance As Object,
context As StreamingContext
)
internal delegate void dyn_deserialize(
TypeSchema^ schema,
SlimReader^ reader,
TypeRegistry^ tregistry,
RefPool^ refs,
Object^% instance,
StreamingContext context
)
internal delegate void dyn_deserialize(
TypeSchema^ schema,
SlimReader^ reader,
TypeRegistry^ tregistry,
RefPool^ refs,
Object^% instance,
StreamingContext context
)
type dyn_deserialize =
delegate of
schema : TypeSchema *
reader : SlimReader *
tregistry : TypeRegistry *
refs : RefPool *
instance : Object byref *
context : StreamingContext -> unit
type dyn_deserialize =
delegate of
schema : TypeSchema *
reader : SlimReader *
tregistry : TypeRegistry *
refs : RefPool *
instance : Object byref *
context : StreamingContext -> unit