RuntimeOps::ExpandoCheckVersion Method (ExpandoObject^, Object^)
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Runtime.CompilerServices
Assembly: System.Core (in System.Core.dll)
Return to top
This API supports the product infrastructure and is not intended to be used directly from your code.
Checks the version of the Expando object.
Assembly: System.Core (in System.Core.dll)
public: [ObsoleteAttribute("do not use this method", true)] static bool ExpandoCheckVersion( ExpandoObject^ expando, Object^ version )
Parameters
- expando
-
Type:
System.Dynamic::ExpandoObject^
The Expando object.
- version
-
Type:
System::Object^
The version to check.
.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Available since 4.0
Silverlight
Available since 4.0
Show: