BindingRestrictions.GetTypeRestriction Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates the binding restriction that check the expression for runtime type identity.
Assembly: System.Core (in System.Core.dll)
Parameters
- expression
- Type: System.Linq.Expressions.Expression
The expression to test.
- type
- Type: System.Type
The exact type to test.
Show: