C# Class Ariadne.Strings

Exibir arquivo Open project: JonHanna/Ariadne

Public Methods

Method Description
CantCastNullToValueType ( Type type ) : string
InvalidCastKeys ( Type argument, Type target ) : string
InvalidCastValues ( Type argument, Type target ) : string

Method Details

CantCastNullToValueType() public static method

public static CantCastNullToValueType ( Type type ) : string
type System.Type
return string

InvalidCastKeys() public static method

public static InvalidCastKeys ( Type argument, Type target ) : string
argument System.Type
target System.Type
return string

InvalidCastValues() public static method

public static InvalidCastValues ( Type argument, Type target ) : string
argument System.Type
target System.Type
return string