[Missing <summary> documentation for M:QS.CMS.Base3.SerializationHelper.Deserialize_ShortListOf``1(QS.Fx.Base.ConsumableBlock@,QS.Fx.Base.ConsumableBlock@)]

C# | Visual Basic | Managed C++ |
public static IList<C> Deserialize_ShortListOf<C> ( ref ConsumableBlock header, ref ConsumableBlock data ) where C : new(),
Public Shared Function Deserialize_ShortListOf(Of C As {New, }) ( _ ByRef header As ConsumableBlock, _ ByRef data As ConsumableBlock _ ) As IList(Of C)
public: generic<typename C> where C : gcnew(), static IList<C>^ Deserialize_ShortListOf ( ConsumableBlock% header, ConsumableBlock% data )

- C

- header (ConsumableBlock)
[Missing <param> documentation for "header"]
- data (ConsumableBlock)
[Missing <param> documentation for "data"]

[Missing <returns> documentation for M:QS.CMS.Base3.SerializationHelper.Deserialize_ShortListOf``1(QS.Fx.Base.ConsumableBlock@,QS.Fx.Base.ConsumableBlock@)]