CollectionCodeDomSerializer Class
.NET Framework 3.0
Serializes collections.
Namespace: System.ComponentModel.Design.Serialization
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
The CollectionCodeDomSerializer class can create either statements or expressions. If the object to serialize is an array, the CollectionCodeDomSerializer will create an expression and assign it to the statement in the current context stack. If the object is a collection with an AddRange or similar method, the CollectionCodeDomSerializer will create a statement that calls the method.
System.Object
System.ComponentModel.Design.Serialization.CodeDomSerializerBase
System.ComponentModel.Design.Serialization.CodeDomSerializer
System.ComponentModel.Design.Serialization.CollectionCodeDomSerializer
System.ComponentModel.Design.Serialization.CodeDomSerializerBase
System.ComponentModel.Design.Serialization.CodeDomSerializer
System.ComponentModel.Design.Serialization.CollectionCodeDomSerializer
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: