Warning: This one calculates size based only on the size of the first element.

C# | Visual Basic | Managed C++ |
public static SerializableInfo SerializableInfoOfListOfFixed<T> ( IList<T> list ) where T :
Public Shared Function SerializableInfoOfListOfFixed(Of T As ) ( _ list As IList(Of T) _ ) As SerializableInfo
public: generic<typename T> where T : static SerializableInfo SerializableInfoOfListOfFixed ( IList<T>^ list )

- T

- list (IList<(Of T>))
[Missing <param> documentation for "list"]

[Missing <returns> documentation for M:QS.CMS.Base3.SerializationHelper.SerializableInfoOfListOfFixed``1(System.Collections.Generic.IList{``0})]