RazorEngine


InvokeMemberName

Defined in RazorEngine.dll.

Name of Member with associated Generic parameterss

Constructors

ConstructorDescription
new(name, genericArgs)
Signature: (name:string * genericArgs:Type []) -> unit

Initializes a new instance of the InvokeMemberName class.

new(name, isSpecialName)
Signature: (name:string * isSpecialName:bool) -> unit

Initializes a new instance of the InvokeMemberName class.

Instance members

Instance memberDescription
Equals(other)
Signature: other:InvokeMemberName -> bool

Equalses the specified other.

Returns:

Equals(obj)
Signature: obj:obj -> bool
Modifiers: abstract

Determines whether the specified Object is equal to this instance.

Returns: true if the specified is equal to this instance; otherwise, false.

GetHashCode()
Signature: unit -> int
Modifiers: abstract

Returns a hash code for this instance.

Returns: A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

Static members

Static memberDescription
op_Implicit(name)
Signature: name:string -> InvokeMemberName
Fork me on GitHub