CollectionCodec<T>(IFieldCodec<T>)
public CollectionCodec(IFieldCodec<T> fieldCodec) Initializes a new instance of the
Orleans.Serialization.Codecs.CollectionCodec class. Parameters
fieldCodecIFieldCodec<T>- The field codec.
