RazorEngine


ActLikeProxy

Defined in RazorEngine.dll.

Base class of Emited ProxiesC:\Documents and Settings\jayt\My Documents\Visual Studio 2010\Projects\RazorEngine.Compilation.ImpromptuInterface\RazorEngine.Compilation.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.

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

Equals(other)
Signature: other:ActLikeProxy -> bool

Actlike proxy should be equivalent to the objects they proxy

Returns:

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.

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.

Returns: A that represents this instance.

Fork me on GitHub