The CompoundMutator type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | Mutate |
Mutate a script so by calling all component mutators on it in turn.
The original, unmodified script is used to generate a script
on the StringBuilder, the "ToString" method of which should be
used to get the result. We make use of a StringBuilder rather than a
normal String so that we can efficiently chain mutators.
|
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
See Also