Promotes an Expando object from one class to a new class.
Syntax
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("do not use this method", true)]
public static
void ExpandoPromoteClass (
System.Dynamic.ExpandoObject expando,
object oldClass,
object newClass)