Nova CodeDOM Class Library
Nova CodeDOM Class Library
Nova.CodeDOM
Expression Class
Expression Type Conversions
Implicit Conversion Operators
Expression Type Conversions
Operators
Name
Description
(Boolean to Expression)
Implicit conversion of a
bool
to an
Expression
(actually, a
Literal
).
(Char to Expression)
Implicit conversion of a
char
to an
Expression
(actually, a
Literal
).
(Decimal to Expression)
Implicit conversion of a
decimal
to an
Expression
(actually, a
Literal
).
(Double to Expression)
Implicit conversion of a
double
to an
Expression
(actually, a
Literal
).
(Int32 to Expression)
Implicit conversion of an
int
to an
Expression
(actually, a
Literal
).
(Int64 to Expression)
Implicit conversion of a
long
to an
Expression
(actually, a
Literal
).
(EventInfo to Expression)
Implicit conversion of a
EventInfo
to an
Expression
(actually, a
EventRef
).
(FieldInfo to Expression)
Implicit conversion of a
FieldInfo
to an
Expression
(actually, a
FieldRef
).
(MethodBase to Expression)
Implicit conversion of a
MethodBase
to an
Expression
(actually, a
MethodRef
or
ConstructorRef
).
(PropertyInfo to Expression)
Implicit conversion of a
PropertyInfo
to an
Expression
(actually, a
PropertyRef
).
(Single to Expression)
Implicit conversion of a
float
to an
Expression
(actually, a
Literal
).
(String to Expression)
Implicit conversion of a
string
to an
Expression
(actually, a
Literal
).
(Type to Expression)
Implicit conversion of a
Type
to an
Expression
(actually, a
TypeRef
).
(UInt32 to Expression)
Implicit conversion of a
uint
to an
Expression
(actually, a
Literal
).
(UInt64 to Expression)
Implicit conversion of a
ulong
to an
Expression
(actually, a
Literal
).
(EventReference to Expression)
Implicit conversion of a
EventReference
to an
Expression
(actually, a
EventRef
).
(FieldReference to Expression)
Implicit conversion of a
FieldReference
to an
Expression
(actually, a
FieldRef
).
(MethodReference to Expression)
Implicit conversion of a
MethodReference
to an
Expression
(actually, a
MethodRef
or
ConstructorRef
).
(Namespace to Expression)
Implicit conversion of a
Namespace
to an
Expression
(actually, a
NamespaceRef
).
(PropertyReference to Expression)
Implicit conversion of a
PropertyReference
to an
Expression
(actually, a
PropertyRef
).
(Statement to Expression)
Implicit conversion of a
Statement
to an
Expression
.
(TypeParameter to Expression)
Implicit conversion of a
TypeParameter
to an
Expression
(actually, a
TypeParameterRef
).
(TypeReference to Expression)
Implicit conversion of a
TypeReference
to an
Expression
(actually, a
TypeRef
).
Top
See Also
Reference
Expression Class
Nova.CodeDOM Namespace
Copyright (C) 2011-2019, Inevitable Software, all rights reserved.
Send comments on this topic to
support@inevitablesoftware.com