Deletes the value of an item in an expando object.
Syntax
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("do not use this method", true)]
public static
bool ExpandoTryDeleteValue (
System.Dynamic.ExpandoObject expando,
object indexClass,
int index,
string name,
bool ignoreCase)