C# Class iSynaptic.Commons.TypeSpecificationBuilder

ファイルを表示 Open project: iSynaptic/iSynaptic.Commons

Public Properties

Property Type Description
Any TypeSpecification

Public Methods

Method Description
Combine ( this left, TypeSpecification right ) : TypeSpecification
IsEqualTo ( Type expected ) : TypeSpecification
IsEqualTo ( this @this, Type expected ) : TypeSpecification
IsGenericArgument ( ) : TypeSpecification
IsGenericArgument ( this @this ) : TypeSpecification

Method Details

Combine() public static method

public static Combine ( this left, TypeSpecification right ) : TypeSpecification
left this
right TypeSpecification
return TypeSpecification

IsEqualTo() public static method

public static IsEqualTo ( Type expected ) : TypeSpecification
expected System.Type
return TypeSpecification

IsEqualTo() public static method

public static IsEqualTo ( this @this, Type expected ) : TypeSpecification
@this this
expected System.Type
return TypeSpecification

IsGenericArgument() public static method

public static IsGenericArgument ( ) : TypeSpecification
return TypeSpecification

IsGenericArgument() public static method

public static IsGenericArgument ( this @this ) : TypeSpecification
@this this
return TypeSpecification

Property Details

Any public_oe static_oe property

public static TypeSpecification Any
return TypeSpecification