SerializationExtensionSerializeObjectArray Method

Deserializer for IOMSnapshot[]

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public static XElement SerializeObjectArray(
	this IEnumerable<IOMSnapshot> obj,
	string nodename,
	SerializationExtensionContext context,
	IOMSnapshot owner = null,
	PropertyInfo p = null
)

Parameters

obj  IEnumerableIOMSnapshot
nodename  String
context  SerializationExtensionContext
owner  IOMSnapshot  (Optional)
p  PropertyInfo  (Optional)

Return Value

XElement

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerableIOMSnapshot. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also