[Missing <summary> documentation for M:QS.CMS.Base3.SerializationHelper.SerializeCollection``1(System.Collections.Generic.ICollection{``0},QS.Fx.Base.ConsumableBlock@,System.Collections.Generic.IList{QS.Fx.Base.Block}@)]

C# | Visual Basic | Managed C++ |
public static void SerializeCollection<T> ( ICollection<T> collection, ref ConsumableBlock header, ref IList<Block> data ) where T :
Public Shared Sub SerializeCollection(Of T As ) ( _ collection As ICollection(Of T), _ ByRef header As ConsumableBlock, _ ByRef data As IList(Of Block) _ )
public: generic<typename T> where T : static void SerializeCollection ( ICollection<T>^ collection, ConsumableBlock% header, IList<Block>^% data )

- T

- collection (ICollection<(Of T>))
[Missing <param> documentation for "collection"]
- header (ConsumableBlock)
[Missing <param> documentation for "header"]
- data (IList<(Of Block>))
[Missing <param> documentation for "data"]