RazorEngine


TypeHash

Defined in RazorEngine.dll.
Type that Encompasses Hashing a group of Types in various ways

Constructors

ConstructorDescription
new(moreTypes)
Signature: moreTypes:IEnumerable<Type> -> unit
new(type1, moreTypes)
Signature: (type1:Type * moreTypes:Type []) -> unit
new(type1, informalInterface)
Signature: (type1:Type * informalInterface:IDictionary<string,Type>) -> unit
new(strictOrder, moreTypes)
Signature: (strictOrder:bool * moreTypes:MemberInfo []) -> unit

Instance members

Instance memberDescription
Equals(other)
Signature: other:TypeHash -> bool
Equalses the specified other.
Equals(obj)
Signature: obj:obj -> bool
Modifiers: abstract
Determines whether the specified Object is equal to this instance.
GetHashCode()
Signature: unit -> int
Modifiers: abstract
Returns a hash code for this instance.

Static members

Static memberDescription
Create(moreTypes)
Signature: moreTypes:IEnumerable<Type> -> TypeHash
Create(type1, moreTypes)
Signature: (type1:Type * moreTypes:Type []) -> TypeHash
Create(type1, informalInterface)
Signature: (type1:Type * informalInterface:IDictionary<string,Type>) -> TypeHash
Create(strictOrder, moreTypes)
Signature: (strictOrder:bool * moreTypes:MemberInfo []) -> TypeHash
op_Equality(left, right)
Signature: (left:TypeHash * right:TypeHash) -> bool
Implements the operator ==.
op_Inequality(left, right)
Signature: (left:TypeHash * right:TypeHash) -> bool
Implements the operator !=.
Fork me on GitHub