public static JsonCoder<TCollection> CollectionDefEmpty<T,TCollection>( JsonCoder<T> itemCoder ) where TCollection: new(), Collection<T>
'Declaration Public Shared Function CollectionDefEmpty (Of T,TCollection As {New, Collection(Of T)})( _ ByVal itemCoder As JsonCoder(Of T) _ ) As JsonCoder(Of TCollection)
JsonCoders Class JsonCoders Members