RazorEngine


InvokeMemberName

Defined in RazorEngine.dll.
Name of Member with associated Generic parameterss

Constructors

ConstructorDescription
new(name, genericArgs)
Signature: (name:string * genericArgs:Type []) -> unit
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.
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
op_Implicit(name)
Signature: name:string -> InvokeMemberName
Fork me on GitHub