C# Class System.Dynamic.Utils.Strings

Strongly-typed and parameterized string resources.
Datei anzeigen Open project: dotnet/corefx

Private Properties

Property Type Description
ExpressionTypeDoesNotMatchConstructorParameter string
ExpressionTypeDoesNotMatchMethodParameter string
ExpressionTypeDoesNotMatchParameter string
IncorrectNumberOfMethodCallArguments string
InvalidNullValue string
InvalidObjectType string
TypeContainsGenericParameters string
TypeIsGeneric string

Private Methods

Method Description
ExpressionTypeDoesNotMatchConstructorParameter ( object p0, object p1 ) : string

A string like "Expression of type '{0}' cannot be used for constructor parameter of type '{1}'"

ExpressionTypeDoesNotMatchMethodParameter ( object p0, object p1, object p2 ) : string

A string like "Expression of type '{0}' cannot be used for parameter of type '{1}' of method '{2}'"

ExpressionTypeDoesNotMatchParameter ( object p0, object p1 ) : string

A string like "Expression of type '{0}' cannot be used for parameter of type '{1}'"

IncorrectNumberOfMethodCallArguments ( object p0 ) : string

A string like "Incorrect number of arguments supplied for call to method '{0}'"

InvalidNullValue ( object p0 ) : string

A string like "The value null is not of type '{0}' and cannot be used in this collection."

InvalidObjectType ( object p0, object p1 ) : string

A string like "The value '{0}' is not of type '{1}' and cannot be used in this collection."

TypeContainsGenericParameters ( object p0 ) : string

A string like "Type {0} contains generic parameters"

TypeIsGeneric ( object p0 ) : string

A string like "Type {0} is a generic type definition"