ColorValueMarshaler.CreateParameterToManagedExpression Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public override System.Linq.Expressions.Expression CreateParameterToManagedExpression (Java.Interop.Expressions.JniValueMarshalerContext context, System.Linq.Expressions.ParameterExpression sourceValue, System.Reflection.ParameterAttributes synchronize, Type targetType);
override this.CreateParameterToManagedExpression : Java.Interop.Expressions.JniValueMarshalerContext * System.Linq.Expressions.ParameterExpression * System.Reflection.ParameterAttributes * Type -> System.Linq.Expressions.Expression
Parameters
- context
- JniValueMarshalerContext
- sourceValue
- ParameterExpression
- synchronize
- ParameterAttributes
- targetType
- Type