InvokeMemberName
Defined in RazorEngine.dll.
Name of Member with associated Generic parameterss
Constructors
Constructor | Description |
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 member | Description |
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 member | Description |
op_Implicit(name)
Signature: name:string -> InvokeMemberName
|