Noemax.Newtonsoft.Json.Linq Namespace > JToken Class : GetMetaObject Method |
'Declaration Protected Overridable Function GetMetaObject( _ ByVal parameter As System.Linq.Expressions.Expression _ ) As System.Dynamic.DynamicMetaObject
'Usage Dim instance As JToken Dim parameter As System.Linq.Expressions.Expression Dim value As System.Dynamic.DynamicMetaObject value = instance.GetMetaObject(parameter)
protected virtual System.Dynamic.DynamicMetaObject GetMetaObject( System.Linq.Expressions.Expression parameter )
protected function GetMetaObject( parameter: System.Linq.Expressions.Expression ): System.Dynamic.DynamicMetaObject; virtual;
protected function GetMetaObject( parameter : System.Linq.Expressions.Expression ) : System.Dynamic.DynamicMetaObject;
protected: virtual System.Dynamic.DynamicMetaObject* GetMetaObject( System.Linq.Expressions.Expression* parameter )
protected: virtual System.Dynamic.DynamicMetaObject^ GetMetaObject( System.Linq.Expressions.Expression^ parameter )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2