Interface IAlteration<T>
A specialized selection that accepts and returns an instance of the same type.
Inherited Members
Namespace: ExtendedXmlSerializer.Core.Sources
Assembly: ExtendedXmlSerializer.dll
Syntax
public interface IAlteration<T> : IParameterizedSource<T, T>
Type Parameters
T
The type instance to alter. |