C# Class NLite.Data.Linq.Internal.ReflectionHelper

Type related helper methods
Mostrar archivo Open project: netcasewqs/elinq

Public Methods

Method Description
GetElementType ( Type seqType ) : Type
GetNullConstant ( Type type ) : ConstantExpression

Private Methods

Method Description
FindIEnumerable ( Type seqType ) : Type
GetNullAssignableType ( Type type ) : Type
IsNullAssignable ( Type type ) : bool

Method Details

GetElementType() public static method

public static GetElementType ( Type seqType ) : Type
seqType System.Type
return System.Type

GetNullConstant() public static method

public static GetNullConstant ( Type type ) : ConstantExpression
type System.Type
return System.Linq.Expressions.ConstantExpression