RazorEngine


ActLikeProxy

Defined in RazorEngine.dll.
Base class of Emited ProxiesC:\Documents and Settings\jayt\My Documents\Visual Studio 2010\Projects\impromptuinterface\ImpromptuInterface\Optimization\

Constructors

ConstructorDescription
new()
Signature: unit -> unit
Initializes a new instance of the ActLikeProxy class.

Instance members

Instance memberDescription
Equals(obj)
Signature: obj:obj -> bool
Modifiers: abstract
Determines whether the specified Object is equal to this instance.
Equals(other)
Signature: other:ActLikeProxy -> bool
Actlike proxy should be equivalent to the objects they proxy
GetHashCode()
Signature: unit -> int
Modifiers: abstract
Returns a hash code for this instance.
GetObjectData(info, context)
Signature: (info:SerializationInfo * context:StreamingContext) -> unit
Modifiers: abstract
Populates a SerializationInfo with the data needed to serialize the target object.
ToString()
Signature: unit -> string
Modifiers: abstract
Returns a String that represents this instance.
Fork me on GitHub