DeserializeListWithElements<TSerializer>.ParseListDelegate
Assembly: ServiceStack.Text.dll
View Source
Declaration
public delegate object ParseListDelegate(ReadOnlySpan<char> value, Type createListType, ParseStringSpanDelegate parseFn);
public delegate object ParseListDelegate(ReadOnlySpan<char> value, Type createListType, ParseStringSpanDelegate parseFn);