CreateTypeOf() public method

public CreateTypeOf ( CType pSourceType ) : Microsoft.CSharp.RuntimeBinder.Semantics.EXPRTYPEOF
pSourceType CType
return Microsoft.CSharp.RuntimeBinder.Semantics.EXPRTYPEOF
Example #1
0
 private static ExprTypeOf CreateTypeOf(CType type) => ExprFactory.CreateTypeOf(type);