Struct LambdaExpressionCacheKey
Represents a simple System.
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public struct LambdaExpressionCacheKey
Constructors
View SourceLambdaExpressionCacheKey(LambdaExpression)
Declaration
public LambdaExpressionCacheKey(LambdaExpression obj)
Parameters
Type | Name | Description |
---|---|---|
System. |
obj |
LambdaExpressionCacheKey(String, String, String[])
Declaration
public LambdaExpressionCacheKey(string returnType, string expression, params string[] argTypes)
Parameters
Type | Name | Description |
---|---|---|
System. |
returnType | |
System. |
expression | |
System. |
argTypes |
Fields
View SourceArgTypes
The argument type names of the System.
Declaration
public readonly HashSet<string> ArgTypes
Field Value
Type | Description |
---|---|
Hash |
ExpressionAsString
The original string representation of the System.
Declaration
public readonly string ExpressionAsString
Field Value
Type | Description |
---|---|
System. |
ReturnType
The return type of the System.
Declaration
public readonly string ReturnType
Field Value
Type | Description |
---|---|
System. |
Methods
View SourceEquals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System. |
obj | The System. |
Returns
Type | Description |
---|---|
System. |
|
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |
ToString()
Returns a System.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
A System. |