ExpandoObject.IDynamicMetaObjectProvider.GetMetaObject Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The provided MetaObject will dispatch to the dynamic virtual methods. The object can be encapsulated inside another MetaObject to provide custom behavior for individual actions.
Assembly: System.Core (in System.Core.dll)
Parameters
- parameter
- Type: System.Linq.Expressions.Expression
The expression that represents the MetaObject to dispatch to the Dynamic virtual methods.
Implements
IDynamicMetaObjectProvider.GetMetaObject(Expression)
Show: