Class CompositeAlteration<T>
A specialized selection that accepts and returns an instance of the same type.
Inheritance
System.Object
CompositeAlteration<T>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ExtendedXmlSerializer.Core.Sources
Assembly: ExtendedXmlSerializer.dll
Syntax
public class CompositeAlteration<T> : IAlteration<T>, IParameterizedSource<T, T>
Type Parameters
T
The type instance to alter. |
Constructors
CompositeAlteration(IEnumerable<IAlteration<T>>)
Creates a new instance.
Declaration
public CompositeAlteration(IEnumerable<IAlteration<T>> alterations)
Parameters
System.Collections.Generic.IEnumerable<IAlteration<T>>
alterations
|
Methods
Get(T)
Performs the selection.
Declaration
public T Get(T parameter)
Parameters
T
parameter
|
Returns
T
A value of the return type. |