Documentation for a minimal subset of the QSM API
SerializableInfoOfListOfFixed<(Of <T>)> Method (list)
Namespaces > QS.CMS.Base3 > SerializationHelper > SerializableInfoOfListOfFixed<(Of T>)(IList<(Of T>))
Warning: This one calculates size based only on the size of the first element.
Syntax
C#Visual BasicManaged 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
)
Type Parameters
T
Parameters
list (IList<(Of T>))

[Missing <param> documentation for "list"]

Return Value

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

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0